Module
Data.String.Regex.Flags
- Package
- purescript-strings
- Repository
- purescript/purescript-strings
#RegexFlags Source
#noFlags Source
noFlags :: RegexFlags
All flags set to false.
#global Source
global :: RegexFlags
Only global flag set to true
#ignoreCase Source
ignoreCase :: RegexFlags
Only ignoreCase flag set to true
#multiline Source
multiline :: RegexFlags
Only multiline flag set to true
#sticky Source
sticky :: RegexFlags
Only sticky flag set to true
#unicode Source
unicode :: RegexFlags
Only unicode flag set to true
#dotAll Source
dotAll :: RegexFlags
Only dotAll flag set to true
- 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