Regular Expressions 101

Library entries

2
python

SED

no description available
Submitted by anonymous - 8 years ago
1
pcre

Akamai Logs

Akamai Logs
Submitted by wzr - 8 years ago
1
pcre

Detect Adobe Edge file

no description available
Submitted by gerezs - 8 years ago
1
javascript

Funy error

no description available
Submitted by anonymous - 8 years ago
0
pcre

remove empty html paragraph tags

no description available
Submitted by acor3 - 8 years ago
1
pcre

Dutch Zip Code Checker

/^1-9{3} ?(?!sa|sd|ss)[a-z]{2}$/i
Submitted by Steven Moseley - 8 years ago
1
pcre

Email

Find a bunch of different types of email with this RegEx
Submitted by anonymous - 8 years ago
1
pcre

Find integer in quotes

no description available
Submitted by anonymous - 8 years ago
1
pcre

Filter Titles from 2b

no description available
Submitted by anonymous - 8 years ago
4
javascript

Mobile phone russia

Submitted by Johhny - 8 years ago

Roman numbers

Vote

-2

Regular Expression
javascript

/
^(?!$)M{0,2}(?:M(?=CM(?:XC)?(?:IX)?$))?(?:C(?=M[^CD]*(?:XC)?[^CD]*$))?M?(?:C(?=D[^C]*(?:XC)?[^C]*$))?D?C{0,2}(?:C(?=XC(?:IX)?$))?(?:X(?=C[^X]*(?:IX)?[^X]*$)(?!.*L))?C?(?:X(?=L[^X]*(?:IX)?[^X]*$))?L?X{0,2}(?:X(?=IX$))?(?:I(?=[XV]$))?X?V?I{0,3}$
/

Description

Loading markdown...
Submitted by Nicolò Ribaudo - 8 years ago