Suggestion: Regex string specifier like r and f

Raphael Santiago raphael.santiago.53 at gmail.com
Sun Jan 8 05:44:30 EST 2023


Maybe something like re""
It should behave exactly like a raw string but would be useful for syntax
highlighting and debugging. Perhaps also for type hinting expected regex
input (don't know if this is feasible).


More information about the Python-list mailing list