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
Link copied to clipboard
Enables case-insensitive matching. Case comparison is Unicode-aware.
Enables case-insensitive matching.
Enables case-insensitive matching. Case comparison is Unicode-aware.
Link copied to clipboard
Enables Unix lines mode. In this mode, only the '\n'
is recognized as a line terminator.
Enables Unix lines mode. In this mode, only the '\n'
is recognized as a line terminator.
Link copied to clipboard
Enables the mode, when the expression .
matches any character, including a line terminator.
Enables the mode, when the expression .
matches any character, including a line terminator.