Text.Regex.PCRE.Light.Base

A PCRE structure

type PCRE

data Regex

C exports

PCRE Options, an abstract newtyped Num wrapper over a CInt

data PCREOption

combineOptions

anchored

auto_callout

caseless

dollar_endonly

dotall

dupnames

extended

extra

firstline

multiline

newline_cr

newline_crlf

newline_lf

no_auto_capture

ungreedy

utf8

no_utf8_check

PCRE exec-time options, an abstract, newtyped Num wrapper over CInt

data PCREExecOption

combineExecOptions

exec_anchored

exec_newline_cr

exec_newline_crlf

exec_newline_lf

exec_notbol

exec_noteol

exec_notempty

exec_no_utf8_check

exec_partial

PCRE Errors

type PCREError

error_nomatch

error_null

error_badoption

error_badmagic

error_unknown_node

error_nomemory

error_nosubstring

error_matchlimit

error_callout

error_badutf8

error_badutf8_offset

error_partial

error_badpartial

error_internal

error_badcount

error_dfa_uitem

error_dfa_ucond

error_dfa_umlimit

error_dfa_wssize

error_dfa_recurse

error_recursionlimit

PCRE Info

type PCREInfo

info_options

info_size

info_capturecount

info_backrefmax

info_firstbyte

info_firstchar

info_firsttable

info_lastliteral

info_nameentrysize

info_namecount

info_nametable

info_studysize

info_default_tables

PCRE Configuration

type PCREConfig

config_utf8

config_newline

config_link_size

config_posix_malloc_threshold

config_match_limit

config_stackrecurse

config_unicode_properties

config_match_limit_recursion

PCRE Extra

type PCREExtraFlags

extra_study_data

extra_match_limit

extra_callout_data

extra_tables

extra_match_limit_recursion

size_of_cint