RegexMatchFlags#

Added in version 2.14.

class RegexMatchFlags#

Flags specifying match-time options.

Fields#

class RegexMatchFlags
ANCHORED#

The type of the None singleton.

BSR_ANY#

The type of the None singleton.

BSR_ANYCRLF#

The type of the None singleton.

DEFAULT#

The type of the None singleton.

NEWLINE_ANY#

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.

NOTBOL#

The type of the None singleton.

NOTEMPTY#

The type of the None singleton.

NOTEMPTY_ATSTART#

The type of the None singleton.

NOTEOL#

The type of the None singleton.

PARTIAL#

The type of the None singleton.

PARTIAL_HARD#

The type of the None singleton.

PARTIAL_SOFT#

The type of the None singleton.