how to represent the unicode "em space" in regex?
e.g. i want do something like this:
fracture=re.spl it(r'\342371*\| \342371*',mylin e,re.U)
Xah
xah@xahlee.org
∑ http://xahlee.org/
e.g. i want do something like this:
fracture=re.spl it(r'\342371*\| \342371*',mylin e,re.U)
Xah
xah@xahlee.org
∑ http://xahlee.org/
Comment