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

SIV - French registration (licence) plates

Vote

1

Regular Expression
javascript

/
^(?!ss|ww|.[iou]|[iou].)([a-z]{2})[-\s]?(\d{3})[-\s]?(?!ss|ww|.[iou]|[iou].)([a-z]{2})$
/
i

Description

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