Sophie

Sophie

distrib > Fedora > 14 > x86_64 > media > updates > by-pkgid > c97e5283ec2813fd0eb55be8bea536e2 > files > 32

ghc-pcre-light-devel-0.4-4.fc14.x86_64.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--Rendered using the Haskell Html Library v0.2-->
<HTML
><HEAD
><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8"
><TITLE
>Text.Regex.PCRE.Light</TITLE
><LINK HREF="haddock.css" REL="stylesheet" TYPE="text/css"
><SCRIPT SRC="haddock-util.js" TYPE="text/javascript"
></SCRIPT
></HEAD
><BODY
><DIV CLASS="outer"
><DIV CLASS="mini-topbar"
>Text.Regex.PCRE.Light</DIV
><DIV CLASS="mini-synopsis"
><H1
>The abstract PCRE Regex type
</H1
> <DIV CLASS="decl"
><SPAN CLASS="keyword"
>data</SPAN
>&nbsp;<A HREF="Text-Regex-PCRE-Light.html#t%3ARegex" TARGET="main"
>Regex</A
> </DIV
> <H1
>ByteString interface
</H1
> <DIV CLASS="decl"
><A HREF="Text-Regex-PCRE-Light.html#v%3Acompile" TARGET="main"
>compile</A
></DIV
> <DIV CLASS="decl"
><A HREF="Text-Regex-PCRE-Light.html#v%3AcompileM" TARGET="main"
>compileM</A
></DIV
> <DIV CLASS="decl"
><A HREF="Text-Regex-PCRE-Light.html#v%3Amatch" TARGET="main"
>match</A
></DIV
> <DIV CLASS="decl"
><A HREF="Text-Regex-PCRE-Light.html#v%3AcaptureCount" TARGET="main"
>captureCount</A
></DIV
> <H1
>Regex types and constructors externally visible
</H1
> <H2
>PCRE compile-time bit flags
</H2
> <DIV CLASS="decl"
><SPAN CLASS="keyword"
>data</SPAN
>&nbsp;<A HREF="Text-Regex-PCRE-Light.html#t%3APCREOption" TARGET="main"
>PCREOption</A
> </DIV
> <DIV CLASS="decl"
><A HREF="Text-Regex-PCRE-Light.html#v%3Aanchored" TARGET="main"
>anchored</A
></DIV
> <DIV CLASS="decl"
><A HREF="Text-Regex-PCRE-Light.html#v%3Aauto_callout" TARGET="main"
>auto_callout</A
></DIV
> <DIV CLASS="decl"
><A HREF="Text-Regex-PCRE-Light.html#v%3Acaseless" TARGET="main"
>caseless</A
></DIV
> <DIV CLASS="decl"
><A HREF="Text-Regex-PCRE-Light.html#v%3Adollar_endonly" TARGET="main"
>dollar_endonly</A
></DIV
> <DIV CLASS="decl"
><A HREF="Text-Regex-PCRE-Light.html#v%3Adotall" TARGET="main"
>dotall</A
></DIV
> <DIV CLASS="decl"
><A HREF="Text-Regex-PCRE-Light.html#v%3Adupnames" TARGET="main"
>dupnames</A
></DIV
> <DIV CLASS="decl"
><A HREF="Text-Regex-PCRE-Light.html#v%3Aextended" TARGET="main"
>extended</A
></DIV
> <DIV CLASS="decl"
><A HREF="Text-Regex-PCRE-Light.html#v%3Aextra" TARGET="main"
>extra</A
></DIV
> <DIV CLASS="decl"
><A HREF="Text-Regex-PCRE-Light.html#v%3Afirstline" TARGET="main"
>firstline</A
></DIV
> <DIV CLASS="decl"
><A HREF="Text-Regex-PCRE-Light.html#v%3Amultiline" TARGET="main"
>multiline</A
></DIV
> <DIV CLASS="decl"
><A HREF="Text-Regex-PCRE-Light.html#v%3Anewline_cr" TARGET="main"
>newline_cr</A
></DIV
> <DIV CLASS="decl"
><A HREF="Text-Regex-PCRE-Light.html#v%3Anewline_crlf" TARGET="main"
>newline_crlf</A
></DIV
> <DIV CLASS="decl"
><A HREF="Text-Regex-PCRE-Light.html#v%3Anewline_lf" TARGET="main"
>newline_lf</A
></DIV
> <DIV CLASS="decl"
><A HREF="Text-Regex-PCRE-Light.html#v%3Ano_auto_capture" TARGET="main"
>no_auto_capture</A
></DIV
> <DIV CLASS="decl"
><A HREF="Text-Regex-PCRE-Light.html#v%3Aungreedy" TARGET="main"
>ungreedy</A
></DIV
> <DIV CLASS="decl"
><A HREF="Text-Regex-PCRE-Light.html#v%3Autf8" TARGET="main"
>utf8</A
></DIV
> <DIV CLASS="decl"
><A HREF="Text-Regex-PCRE-Light.html#v%3Ano_utf8_check" TARGET="main"
>no_utf8_check</A
></DIV
> <H2
>PCRE exec-time bit flags
</H2
> <DIV CLASS="decl"
><SPAN CLASS="keyword"
>data</SPAN
>&nbsp;<A HREF="Text-Regex-PCRE-Light.html#t%3APCREExecOption" TARGET="main"
>PCREExecOption</A
> </DIV
> <DIV CLASS="decl"
><A HREF="Text-Regex-PCRE-Light.html#v%3Aexec_anchored" TARGET="main"
>exec_anchored</A
></DIV
> <DIV CLASS="decl"
><A HREF="Text-Regex-PCRE-Light.html#v%3Aexec_newline_cr" TARGET="main"
>exec_newline_cr</A
></DIV
> <DIV CLASS="decl"
><A HREF="Text-Regex-PCRE-Light.html#v%3Aexec_newline_crlf" TARGET="main"
>exec_newline_crlf</A
></DIV
> <DIV CLASS="decl"
><A HREF="Text-Regex-PCRE-Light.html#v%3Aexec_newline_lf" TARGET="main"
>exec_newline_lf</A
></DIV
> <DIV CLASS="decl"
><A HREF="Text-Regex-PCRE-Light.html#v%3Aexec_notbol" TARGET="main"
>exec_notbol</A
></DIV
> <DIV CLASS="decl"
><A HREF="Text-Regex-PCRE-Light.html#v%3Aexec_noteol" TARGET="main"
>exec_noteol</A
></DIV
> <DIV CLASS="decl"
><A HREF="Text-Regex-PCRE-Light.html#v%3Aexec_notempty" TARGET="main"
>exec_notempty</A
></DIV
> <DIV CLASS="decl"
><A HREF="Text-Regex-PCRE-Light.html#v%3Aexec_no_utf8_check" TARGET="main"
>exec_no_utf8_check</A
></DIV
> <DIV CLASS="decl"
><A HREF="Text-Regex-PCRE-Light.html#v%3Aexec_partial" TARGET="main"
>exec_partial</A
></DIV
></DIV
></DIV
></BODY
></HTML
>