Unicode Regular Expressions

bryan rasmussen rasmussen.bryan at gmail.com
Sun Dec 23 10:09:05 EST 2007


Hi,

I'm writing a program that requires specifically Unicode regular
expressions http://unicode.org/reports/tr18/ to be loaded in from an
external file and then interpreted against the data.  if I use Python
Regular expressions is there a flag I can set to specify that the
regular expressions that are loaded from the file conform to Unicode
regular expressions. What problems can be expected using Unicode Regex
with Python, is there a library I should be using?

Cheers,
Bryan Rasmussen



More information about the Python-list mailing list