Please enable JavaScript to use this web application.
Regular
Expressions
101
Social
Donate
Info
Regex Editor
Community Patterns
Account
Regex Quiz
Settings
Order By
Most Recent
Most upvotes
Most downvotes
Highest Score
Lowest Score
Filter by Flavor
PCRE2 (PHP >=7.3)
PCRE (PHP <7.3)
ECMAScript (JavaScript)
Python
Golang
Java 8
.NET 7.0 (C#)
Rust
Sponsors
There are currently no sponsors.
Become a sponsor today!
Community Patterns
Search among 2,520 community submitted regex patterns...
0
RegEx for weaterdata from a YR xml file
Python
no description available
Submitted by
Noko
-
9 years ago
0
CPE 466 Lab 1 Sentence Delimiter
Python
no description available
Submitted by
anonymous
-
9 years ago
-1
Phone number validator
Python
Validates all possible international phone number formats. Icludes almoust all of the international call prefixes, all of the differing lenghts of country codes. The parts of number will always be recognised correctly. Additionally you could add limitations of the phone number's lenght
Submitted by
Ä€dams Muzikants
-
9 years ago
1
dXNpbmcgU3lzdGV.GtLklPOw0KdXNpbmcgU3lzdGVtOw0KDQpjbGFzcyBQcm9 ncmFtDQp
Python
no description available
Submitted by
anonymous
-
9 years ago
1
Smoke Detector Regex
Python
Parses Smokey messages
Submitted by
Eyeballcode
-
9 years ago
0
phone number russia
Python
phone number without spaces or hyphens +7YYYXXXXXXX
Submitted by
vscoder
-
9 years ago
1
UK Postcode checker
Python
Matches more thoroughly than others in the library. Based on http://stackoverflow.com/questions/164979/uk-postcode-regex-comprehensive. Matches: W1A 1AA, WC2H 7LT, SE50EG
Submitted by
spookypeanut
-
9 years ago
1
Google Analytics - Content grouping - Regex fix
Python
http://stackoverflow.com/questions/32650744/google-analytics-content-grouping-regex-fix
Submitted by
anonymous
-
9 years ago
1
Property List to object mapping
Python
no description available
Submitted by
anonymous
-
9 years ago
1
dd/mm/yyyy validation regexp
Python
no description available
Submitted by
uknnown
-
9 years ago
1
Mod4 Regex
Python
Mod4 Regex Sapzip
Submitted by
re4lfl0w
-
9 years ago
1
neo4j install folder
Python
Neo4j non-relational DB install folder extracting
Submitted by
trianglesis
-
9 years ago
1
formais
Python
1b
Submitted by
ziul
-
9 years ago
1
formais
Python
exercicios formais
Submitted by
luizurias
-
9 years ago
2
IPv4 Validator
Python
no description available
Submitted by
dannyo
-
9 years ago
1
Ordinal
Python
Matches ordinal numbers
Submitted by
D
-
9 years ago
0
Proposed OFX DateTimeType pattern for v. 2.1.1+
Python
no description available
Submitted by
Oleg Sakharov (karpuscul@gmail.com)
-
9 years ago
-2
Prosed OFX DateTimeType pattern for v.2.1.1+
Python
no description available
Submitted by
Oleg Sakharov karpuscul@gmail.com
-
9 years ago
0
Get any word before specific string
Python
no description available
Submitted by
anonymous
-
9 years ago
1
sml-identifier
Python
no description available
Submitted by
anonymous
-
9 years ago
1
...
114
115
116
117
118
...
126
Community Library Entry
0
Regular Expression
Python
r"
(?P<nom>
^
[
\w\d
]
?
)
\/
(?P<latfield>
(?P<latflag>
[
NS
]
)
(?P<latval>
\d
{1,2}
d
[
0
-
5
]
\d
?
(
\.
\d
*
)?
)
)
\/
(?P<lonfield>
(?P<lonflag>
[
EW
]
)
(?P<lonval>
[
01
]
?
\d
{1,2}
d
[
0
-
5
]
\d
?
(
\.
\d
*
)?
)
$
)
"
s
Open regex in editor
Description
Text fields describing a name and positions
Submitted by
bruno.piguet@meteo.fr
-
11 years ago