Flag

enum Flag : Enum<Pattern.Flag>

Possible Regexp flags

Entries

CANONICAL_EQUIVALENCE
Link copied to clipboard
Enables canonical equivalence
UNICODE_CASE
Link copied to clipboard
Enables Unicode-aware case folding
DOTALL
Link copied to clipboard
Enables dotall mode
MULTILINE
Link copied to clipboard
Enables multiline mode
COMMENTS
Link copied to clipboard
Permits whitespaces and comments in pattern
CASE_INSENSITIVE
Link copied to clipboard
Enables case-insensitive matching
UNIX_LINES
Link copied to clipboard
Enables Unix lines mode

Properties

name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int