Kaydet (Commit) c9d6dbc2 authored tarafından Brian Ward's avatar Brian Ward Kaydeden (comit) Gregory P. Smith

Added effect of re.ASCII and reworded slightly (#1782)

üst c7ec9985
...@@ -541,9 +541,11 @@ form. ...@@ -541,9 +541,11 @@ form.
.. data:: I .. data:: I
IGNORECASE IGNORECASE
Perform case-insensitive matching; expressions like ``[A-Z]`` will match Perform case-insensitive matching; expressions like ``[A-Z]`` will also
lowercase letters, too. This is not affected by the current locale match lowercase letters. The current locale does not change the effect of
and works for Unicode characters as expected. this flag. Full Unicode matching (such as ``Ü`` matching ``ü``) also
works unless the :const:`re.ASCII` flag is also used to disable non-ASCII
matches.
.. data:: L .. data:: L
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment