Saturday, 31 August 2013

Python regex to match non-ascii names

Python regex to match non-ascii names

References

Reference NO 1

http://stackoverflow.com/questions/15189649/python-regex-to-match-non-ascii-names

Reference NO 2

http://stackoverflow.com/questions/2124010/grep-regex-to-match-non-ascii-characters

Reference NO 3

https://github.com/tartley/python-regex-cheatsheet/blob/master/cheatsheet.rst

Reference NO 4

http://docs.python.org/dev/library/re.html

Reference NO 5

http://docs.python.org/3.1/library/re.html

Reference NO 6

http://pymotw.com/2/re/

Reference NO 7

http://pythonhosted.org/tinycss/_modules/tinycss/token_data.html

Reference NO 8

http://www.packtpub.com/article/regular-expressions-python-26-text-processing

No comments:

Post a Comment