Regular Expressions 101

Library entries

0
python

Email Validator

no description available
Submitted by anonymous - 4 years ago
0
python

panbaidu

no description available
Submitted by anonymous - 4 years ago
0
python

Winamax Tournament History

no description available
Submitted by anonymous - 4 years ago
0
python

Name w/ unicode

no description available
Submitted by anonymous - 4 years ago
0
python

Dutch street address regex

no description available
Submitted by anonymous - 4 years ago
0
python

AE Log Line

no description available
Submitted by anonymous - 4 years ago
0
python

naming

EAS naming
Submitted by anonymous - 4 years ago
0
python

fastHistory - REGEXP_INSERT_CMD

no description available
Submitted by anonymous - 4 years ago
0
python

JSON field value grabber

no description available
Submitted by anonymous - 4 years ago
0
python

FrameHeight

Grab Frame Height
Submitted by anonymous - 4 years ago
0
python

check code

no description available
Submitted by anonymous - 4 years ago
0
python

Horriblesubs

no description available
Submitted by anonymous - 4 years ago

html tags with attributes

Vote

0

Regular Expression
python

r'''
< ([a-z]+ #tag name ( #attributes begin \s+[a-z]+\s*= #attribute name \s*("([^"\\]|\\.)*"|\'([^\'\\]|\\.)*\') #attribute value is a quoted string )*\s* #attributes end /? #can close single tag | #or /[a-z]+) #closing tag >
'''
gix

Description

Loading markdown...
Submitted by anonymous - 4 years ago