DEV Community

Discussion on: Working with double-byte regex expressions and Python3

Collapse
 
learnbyexample profile image
Sundeep

You could use pypi.org/project/regex/ if you wish to use \p{} in Python

Also, debuggex.com/ is another useful online tool for regex debugging

Collapse
 
basman profile image
Adam.S

Thanks for the information. I will check it out in the future :)