ghcjs-base-0.2.0.0: base library for GHCJS
Data.JSString.RegExp
data RegExp Source
pattern :: RegExp -> JSString Source
isMultiline :: RegExp -> Bool Source
isIgnoreCase :: RegExp -> Bool Source
data Match Source
Constructors
Fields
the matched string
the matched parentesized substrings
the raw index of the match in the string
the input string
data REFlags Source
create :: REFlags -> JSString -> RegExp Source
test :: JSString -> RegExp -> Bool Source
exec :: JSString -> RegExp -> Maybe Match Source
execNext :: Match -> RegExp -> Maybe Match Source