Regex Option
Provides enumeration values to use to set regular expression options.
Provides enumeration values to use to set regular expression options.
Provides enumeration values to use to set regular expression options.
Entries
IGNORE_CASE
Link copied to clipboard
Content copied to clipboard
Content copied to clipboard
Enables case-insensitive matching. Case comparison is Unicode-aware.
Content copied to clipboard
Enables case-insensitive matching.
Content copied to clipboard
Enables case-insensitive matching. Case comparison is Unicode-aware.
DOT_MATCHES_ALL
Link copied to clipboard
Content copied to clipboard
Enables the mode, when the expression .
matches any character, including a line terminator.
Content copied to clipboard
Enables the mode, when the expression .
matches any character, including a line terminator.
UNIX_LINES
Link copied to clipboard
Content copied to clipboard
Enables Unix lines mode. In this mode, only the '\n'
is recognized as a line terminator.
Content copied to clipboard
Enables Unix lines mode. In this mode, only the '\n'
is recognized as a line terminator.