escape string : escape « Regular Expressions « Python Tutorial






import re
print re.escape('www.python.org')
print re.escape('But where is the ambiguity?')
16.1.escape
16.1.1.escape string