ID EN
Regular Expression

A

Python 3.11

Make \w, \W, \b, \B, \d, \D, \s and \S perform ASCII-only matching instead of full Unicode matching. This is only meaningful for Unicode (str) patterns, and is ignored for bytes patterns.

Syntax

PYTHON
re.A

See Also

U UNICODE