Module
Data.String.Regex
- Package
- purescript-strings
- Repository
- purescript/purescript-strings
Wraps Javascript's RegExp
object that enables matching strings with
patterns defined by regular expressions.
For details of the underlying implementation, see RegExp Reference at MDN.
#flags Source
flags :: Regex -> RegexFlags
Returns the RegexFlags
used to construct the given Regex
.
#renderFlags Source
renderFlags :: RegexFlags -> String
Returns the string representation of the given RegexFlags
.
#parseFlags Source
parseFlags :: String -> RegexFlags
Parses the string representation of RegexFlags
.
- Modules
- Data.
Char - Data.
Char. Gen - Data.
String - Data.
String. CaseInsensitive - Data.
String. CodePoints - Data.
String. CodeUnits - Data.
String. Common - Data.
String. Gen - Data.
String. NonEmpty - Data.
String. NonEmpty. CaseInsensitive - Data.
String. NonEmpty. CodePoints - Data.
String. NonEmpty. CodeUnits - Data.
String. NonEmpty. Internal - Data.
String. Pattern - Data.
String. Regex - Data.
String. Regex. Flags - Data.
String. Regex. Unsafe - Data.
String. Unsafe