Text.Regex.PCRE.Light

The abstract PCRE Regex type

data Regex

ByteString interface

compile

compileM

match

captureCount

Regex types and constructors externally visible

PCRE compile-time bit flags

data PCREOption

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 bit flags

data PCREExecOption

exec_anchored

exec_newline_cr

exec_newline_crlf

exec_newline_lf

exec_notbol

exec_noteol

exec_notempty

exec_no_utf8_check

exec_partial