ghcjs-base-0.2.0.0: base library for GHCJS

Safe HaskellNone
LanguageHaskell98

Data.JSString.RegExp

Documentation

data Match Source

Constructors

Match 

Fields

matched :: !JSString

the matched string

subMatched :: [JSString]

the matched parentesized substrings

matchRawIndex :: !Int

the raw index of the match in the string

matchInput :: !JSString

the input string

data REFlags Source

Constructors

REFlags 

Fields

multiline :: !Bool
 
ignoreCase :: !Bool