Usar expresiones regulares en Python


/ Published in: Python
Save to your folder(s)



Copy this code and paste it in your HTML
  1. import re
  2.  
  3. if (re.match(pattern,text)!=None):
  4. matched = True

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.