Text.Regex.PCRE.Wrap

High-level interface

data Regex

data CompOption

data ExecOption

(=~)

(=~~)

Low-level interface

type StartOffset

type EndOffset

data ReturnCode

type WrapError

wrapCompile

wrapTest

wrapMatch

wrapMatchAll

wrapCount

Miscellaneous

getVersion

configUTF8

getNumSubs

unusedOffset

CompOption values

compBlank

compAnchored

compAutoCallout

compCaseless

compDollarEndOnly

compDotAll

compExtended

compExtra

compFirstLine

compMultiline

compNoAutoCapture

compUngreedy

compUTF8

compNoUTF8Check

ExecOption values

execBlank

execAnchored

execNotBOL

execNotEOL

execNotEmpty

execNoUTF8Check

execPartial

ReturnCode values

retOk

retNoMatch

retNull

retBadOption

retBadMagic

retUnknownNode

retNoMemory

retNoSubstring