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 18,000 community submitted regex patterns...
1
zypper
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
Timecode
Python
Regex to match standard timecode format.
Submitted by
Travis
-
9 years ago
1
Email regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
pERMUTACION 1
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
Timecode
Python
Regex to match standard timecode format. (Updated with fewer groups).
Submitted by
Travis
-
9 years ago
1
URL domain test
ECMAScript (JavaScript)
tests to find if ("google.com") is the domain part of the URL
Submitted by
anonymous
-
9 years ago
1
prevent-sanitzation
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
filtrar jadx
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
1
filterprocyonerror
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
1
jQuery Validation Email Regex
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
1
vIESTATE
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
CVE descriptors
PCRE (PHP <7.3)
no description available
Submitted by
Noir
-
9 years ago
1
Digit
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
1
JSONREGEX
Python
no description available
Submitted by
anonymous
-
9 years ago
1
Culture File Name Extraction
PCRE (PHP <7.3)
Extracts the culture name from a javascript file. Works with minified and non minified files.
Submitted by
Lucas Martin
-
9 years ago
1
Access Log
PCRE (PHP <7.3)
cisco
Submitted by
anonymous
-
9 years ago
1
Get id number from url
PCRE (PHP <7.3)
no description available
Submitted by
Marek UlwaĆski
-
9 years ago
1
Teste
PCRE (PHP <7.3)
teste
Submitted by
MeuChapeu
-
9 years ago
1
Israel phone number
PCRE (PHP <7.3)
Valiate israel phone number
Submitted by
boevik
-
9 years ago
1
Match numbers with consecutive digits
PCRE (PHP <7.3)
Match numbers with consecutive digits and of length 3.
Submitted by
OnlineCop
-
9 years ago
1
...
605
606
607
608
609
...
900
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
^
(
.
*
?
)
\.
(?=
.
*
\.
)
/
Open regex in editor
Description
Remove domain prefix (use with PHP parse_url($domain,PHP_URL_HOST))
Submitted by
anonymous
-
8 years ago