unicode "em space" in regex

Xah Lee xah at xahlee.org
Sat Apr 16 07:53:57 EDT 2005


how to represent the unicode "em space" in regex?

e.g. i want do something like this:

    fracture=re.split(r'\342371*\|\342371*',myline,re.U)

 Xah
 xah at xahlee.orghttp://xahlee.org/




More information about the Python-list mailing list