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,120 community submitted regex patterns...
0
nawiasy
Python
no description available
Submitted by
anonymous
-
7 years ago
0
ISO 8601 date
Python
designed to work specifically with the parser of the python dateutil package
Submitted by
anonymous
-
7 years ago
0
ISO 8601 date external
Python
http://www.pelagodesign.com/blog/2009/05/20/iso-8601-date-validation-that-doesnt-suck/
Submitted by
anonymous
-
7 years ago
0
Find AEVA WebWiz self-referent links (working)
Python
Expression to locate AEVA Forum (http://forums.aeva.asn.au) internal links as part of a conversion process from WebWiz to phpBB This expression is currently working in this regex-tester, including picking up relative URLs Now excludes enclosing quotes for relative URLs ...
Submitted by
anonymous
-
7 years ago
0
citations 1
Python
no description available
Submitted by
anonymous
-
7 years ago
0
split csv row
Python
no description available
Submitted by
anonymous
-
7 years ago
0
Match Hashtag names
Python
no description available
Submitted by
anonymous
-
7 years ago
0
Extract Experience
Python
Extract experience from job titles or job description text
Submitted by
vidyasagar
-
7 years ago
0
Storyshot mock finder
Python
no description available
Submitted by
anonymous
-
7 years ago
0
IPA Matcher
Python
no description available
Submitted by
hakr14
-
7 years ago
0
finding case statements in select
Python
no description available
Submitted by
anonymous
-
7 years ago
0
Encuentra errores en diálogos de narrativa
Python
Esta expresión permite localizar la mayor parte de los errores que se comenten con las acotaciones de los diálogos.
Submitted by
Manuel Benet
-
7 years ago
0
thanks ___ lyrics
Python
no description available
Submitted by
anonymous
-
7 years ago
0
Strip html tags
Python
no description available
Submitted by
anonymous
-
7 years ago
0
usa_zip
Python
no description available
Submitted by
anonymous
-
7 years ago
0
Kenyan phonenumber Regex
Python
Detects Kenyan Phonenumbers
Submitted by
anonymous
-
7 years ago
0
Troy
Python
no description available
Submitted by
anonymous
-
7 years ago
0
Router_Interfaces
Python
no description available
Submitted by
anonymous
-
7 years ago
0
email
Python
no description available
Submitted by
anonymous
-
7 years ago
0
valid - IPv4
Python
no description available
Submitted by
Tpons
-
7 years ago
1
...
9
10
11
12
13
...
106
Community Library Entry
0
Regular Expression
Rust
r"
\b
(
0x
)?
\p{Hex_Digit}
+
\b
"
g
Open regex in editor
Description
Find hexadecimal numbers using Extended Unicode Support.
Submitted by
anonymous
-
2 years ago
(Last modified 2 years ago)