/ Published in: Python
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
import re if (re.match(pattern,text)!=None): matched = True