escape string : Escape : Regular Expressions PYTHON TUTORIALS


PYTHON TUTORIALS » Regular Expressions » Escape »

 

escape string


import re
print re.escape('www.python.org')
print re.escape('Buwhere is the ambiguity?')



Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .


PYTHON TUTORIALS

 Navioo Regular Expressions
» Escape