Peter Mueller 000
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Created Illegal/unsupportet escape sequence
I'm running pycharm 2021.2Python 3.9running on Windows 10 var_re = lambda x: re.compile(fr""" \{x}(?: (?P<escaped>\{x}) | (?P<named>[_a-zA-Z][_a-zA-Z0-9]*) | (?:{{ ...