RegexCompileFlags#

Added in version 2.14.

class RegexCompileFlags#

Flags specifying compile-time options.

Fields#

class RegexCompileFlags
ANCHORED#

The type of the None singleton.

BSR_ANYCRLF#

The type of the None singleton.

CASELESS#

The type of the None singleton.

DEFAULT#

The type of the None singleton.

DOLLAR_ENDONLY#

The type of the None singleton.

DOTALL#

The type of the None singleton.

DUPNAMES#

The type of the None singleton.

EXTENDED#

The type of the None singleton.

FIRSTLINE#

The type of the None singleton.

JAVASCRIPT_COMPAT#

The type of the None singleton.

MULTILINE#

The type of the None singleton.

NEWLINE_ANYCRLF#

The type of the None singleton.

NEWLINE_CR#

The type of the None singleton.

NEWLINE_CRLF#

The type of the None singleton.

NEWLINE_LF#

The type of the None singleton.

NO_AUTO_CAPTURE#

The type of the None singleton.

OPTIMIZE#

The type of the None singleton.

RAW#

The type of the None singleton.

UNGREEDY#

The type of the None singleton.