Package version:

Enumeration KnownRegexFlags

Known values of RegexFlags that the service accepts.

Enumeration Members

CanonEq: "CANON_EQ"

Enables canonical equivalence.

CaseInsensitive: "CASE_INSENSITIVE"

Enables case-insensitive matching.

Comments: "COMMENTS"

Permits whitespace and comments in the pattern.

DotAll: "DOTALL"

Enables dotall mode.

Literal: "LITERAL"

Enables literal parsing of the pattern.

Multiline: "MULTILINE"

Enables multiline mode.

UnicodeCase: "UNICODE_CASE"

Enables Unicode-aware case folding.

UnixLines: "UNIX_LINES"

Enables Unix lines mode.