Regular Expressions 101

Library entries

1
pcre

02

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

Trim to newline

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

a

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

Pokemon move splitter

For splitting up moves from breeding.
Submitted by anonymous - 8 years ago
1
python

Pokemon nodes

For finding nodes in the network, here for Aipom.
Submitted by anonymous - 8 years ago
1
javascript

regex

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

Azeri full name js validation

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

multiple IPv4 separated by , or ;

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

TAYLOR REPLACEMENT STRING

TAYLOR Part Replacement
Submitted by Case Ahr - 8 years ago
0
javascript

Finding norwegian address

no description available
Submitted by Håkon Antonsen - 8 years ago
1
pcre

nullDateTime

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

hurdur

hurdurdurdru
Submitted by hordor - 8 years ago
2
javascript

US City Validation

United States City name validation
Submitted by Jagadesh - 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