Regular Expressions 101

Sponsors

Library entries

1
javascript

multiple IPv4 separated by , or ;

no description available
Submitted by by ab - 7 years ago
0
javascript

Finding norwegian address

no description available
Submitted by Håkon Antonsen - 7 years ago
1
python

hurdur

hurdurdurdru
Submitted by hordor - 7 years ago
2
javascript

US City Validation

United States City name validation
Submitted by Jagadesh - 7 years ago
1
python

Address Match

no description available
Submitted by Awk - 7 years ago
1
javascript

direct link googldrive

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

SQLALCHEMY_DATABASE_URI parser

Parse SQLALCHEMY_DATABASE_URI
Submitted by jdnier - 7 years ago
1
python

PDF Boxes Matcher

It should match the Media, Crop, ... boxes
Submitted by Efrem Sbirul - 7 years ago
1
javascript

java

no description available
Submitted by anonymous - 7 years ago
2
python

SED

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

Funy error

no description available
Submitted by anonymous - 7 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 - 7 years ago