| Safe Haskell | None |
|---|
Text.Matchers.Pcre.Base
Documentation
data PCRE_Extra Source
Instances
Arguments
| :: Ptr PCRE | Regex |
| -> Ptr PCRE_Extra | Result of study |
| -> CString | Subject |
| -> CInt | Length of subject string. (Apparently it does not have to be null terminated?) |
| -> CInt | Start at this offset in the subject string. |
| -> CInt | Options |
| -> Ptr CInt | OUT Output vector. Information about matching substrings is stored in this array. |
| -> CInt | Output vector size |
| -> IO CInt | One more than the highest numbered pair that has been set. |
reCaseless :: Regex -> CaselessSource