Hi Bruno, On 2/27/24 2:39 PM, Bruno Haible wrote: > I guess I wasn't very familiar with raw strings when I did this change.
No worries, it was pretty easy to find and fix. I remember a professor in college telling us to always use them for Python regular expressions. It seems this is also recommended by the Python people, see the '\' character under this page: https://docs.python.org/3/library/re.html#regular-expression-syntax Collin