Regular Expressions 101

Library entries

0
javascript

CSV parser

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

Category and subitems

Categories with items name, type and size
Submitted by Alex - 8 years ago
1
pcre

aabc lazy capture

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

pure url and uri

no description available
Submitted by Thiago Souza - 8 years ago
1
pcre

Cleaning up epub converts

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

HTTP => HTTPS

Force all URLs to HTTPS.
Submitted by WhatIsHeDoing - 8 years ago
1
pcre

Youtube ID

get youtube video ID
Submitted by anonymous - 8 years ago
1
javascript

Floating Point

Tests a floating point number
Submitted by Josh L. Rasmussen - 8 years ago
3
pcre

Currencies

Matches numbers formatted like currencies
Submitted by elgehelge - 8 years ago
0
python

Clojure

no description available
Submitted by anonymous - 8 years ago

Roman numeral detector

Vote

3

Regular Expression
pcre

/
^(M{0,3})(C(?:D|M)|D?C{0,3})(X(?:L|C)|L?X{0,3})(I(?:V|X)|V?I{0,3})$
/

Description

Loading markdown...
Submitted by Terence Linnell - 8 years ago