ID EN
Regular Expression

endpos

Python 3.11

The value of endpos which was passed to the search() or match() method of a regex object. This is the index into the string beyond which the RE engine will not go.

Syntax

PYTHON
Match.endpos

See Also

search() match() regex object