Regular Expressions 101

Library entries

1
javascript

Email Finder

Finds all emails including .co.uk like ones
Submitted by Oliver - 7 years ago
1
javascript

Starbucks

no * before the name
Submitted by anonymous - 4 years ago
1
javascript

capture production

no description available
Submitted by anonymous - 3 years ago
1
javascript

map json

no description available
Submitted by anonymous - 3 years ago
1
javascript

word boundary position

no description available
Submitted by anonymous - 3 years ago
1
javascript

matching numbers

no description available
Submitted by anonymous - 3 years ago
1
javascript

matching phone numbers

no description available
Submitted by anonymous - 3 years ago

Validate html end tags with single quotes

Vote

1

Regular Expression
javascript

/
<(\"[^\"]*\"|'[^']*'|[^'\">])*>
/
gi

Description

Loading markdown...
Submitted by Remo - 7 years ago