Module
Data.String.Regex  
- Package
- purescript-strings
- Repository
- purescript/purescript-strings
Wraps Javascript's RegExp object that enables matching strings with
patternes defined by regular expressions.
For details of the underlying implementation, see RegExp Reference at MDN.
#flags Source
flags :: Regex -> RegexFlagsReturns the RegexFlags used to construct the given Regex.
#renderFlags Source
renderFlags :: RegexFlags -> StringReturns the string representation of the given RegexFlags.
#parseFlags Source
parseFlags :: String -> RegexFlagsParses the string representation of RegexFlags.