Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration KnownRegexFlags

Package version

Known values of RegexFlags that the service accepts.

Index

Enumeration members

CanonEq

CanonEq: = "CANON_EQ"

Enables canonical equivalence.

CaseInsensitive

CaseInsensitive: = "CASE_INSENSITIVE"

Enables case-insensitive matching.

Comments

Comments: = "COMMENTS"

Permits whitespace and comments in the pattern.

DotAll

DotAll: = "DOTALL"

Enables dotall mode.

Literal

Literal: = "LITERAL"

Enables literal parsing of the pattern.

Multiline

Multiline: = "MULTILINE"

Enables multiline mode.

UnicodeCase

UnicodeCase: = "UNICODE_CASE"

Enables Unicode-aware case folding.

UnixLines

UnixLines: = "UNIX_LINES"

Enables Unix lines mode.

Generated using TypeDoc