Regular Expressions 101

Sponsors

Library entries

3
javascript

Simple math regex

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

Twitch URL Regex

Can grab all kinds of valid twitch URLs.
Submitted by Mio - 8 years ago
3
python

phone

matches: + example: +52 33 3884 7720 +1 770 343 5788
Submitted by miqui - 8 years ago
3
python

prices in nis

no description available
Submitted by molaxx - 8 years ago
3
javascript

Italian VAT (IVA)

Italian VAT
Submitted by Italo - 8 years ago
3
javascript

Italian ZIP code (CAP)

Codice avviamento postale Italiano (ZIP)
Submitted by Italo - 8 years ago
3
javascript

email

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

HH:MM:SS

Validates 00:00:00 to 23:59:59
Submitted by anonymous - 8 years ago
3
javascript

youtube id und link

no description available
Submitted by ogerly - 8 years ago
3
javascript

Find Lat/Long Coordinate pair regex

no description available
Submitted by Mike - 8 years ago
3
javascript

SemVer chain parsing

no description available
Submitted by anonymous - 8 years ago

regex to match torrent trackers in unformatted tracker list

Vote

-4

Regular Expression
python

"
(http|udp):\/\/[\d|\D]+?\s+([^a-z\/^\d]?)?
"
g

Description

Loading markdown...
Submitted by kkarakk - 8 years ago