[issue26784] regular expression problem at umlaut handling

Marcus report at bugs.python.org
Sat Apr 16 13:54:11 EDT 2016


Marcus added the comment:

Thx for your explanation. You explained why [\s\w] didn't match for "ä". In my situation it didn't matches for the first "ä" but the second time I used [\s\w] in the same regex it matched at the second "ä". What's the explanation for this?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue26784>
_______________________________________


More information about the Python-bugs-list mailing list