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
french zip code
ECMAScript (JavaScript)
code postal de taille 2 ou 5
Submitted by
NIGGGA
-
8 years ago
1
123231
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
STR_DELIVERY
ECMAScript (JavaScript)
js match until first name occurrence
Submitted by
anonymous
-
8 years ago
0
email validator
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
regext match string in quotes
PCRE (PHP <7.3)
no description available
Submitted by
Purnadi (PK)
-
8 years ago
1
REGEX TO MATCH HTML ATTRIBUTE WITH/WITHOUT EQUAL TO AND VALUES
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
1
regex to match html attribute with/without equal to and values
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
1
mobile_number
ECMAScript (JavaScript)
this regex test string for match mobile phone numbers
Submitted by
hamid javadi - javadi.business@yahoo.com
-
8 years ago
1
Selects multi-line C comments
PCRE (PHP <7.3)
no description available
Submitted by
BumbleBritches57
-
8 years ago
1
MDD_new_regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Priority Levels (Agile Method/ Scrum Workflows)
PCRE (PHP <7.3)
This is to detect priorty levels for Agile Method/ Scrum workflows. (!1) = Priority: Low (!2) = Priority: Medium (!3) = Priority: High (!4) = Priority: Critical
Submitted by
oneezy
-
8 years ago
1
Parse action
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Or regex field
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
w/ NTSTatus: NT_STATUS_ACCESS_DENIED
Python
no description available
Submitted by
anonymous
-
8 years ago
0
domains
Python
no description available
Submitted by
anonymous
-
8 years ago
1
Email Validation
ECMAScript (JavaScript)
Allow TLDs with 2 or more characters
Submitted by
anonymous
-
8 years ago
1
MDD_w_ShipTo_&DocumentNo
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
FR to Email message file
ECMAScript (JavaScript)
change FR to fit email message file template
Submitted by
M
-
8 years ago
1
Validate phones
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
2
multiple sql like expressions
PCRE (PHP <7.3)
no description available
Submitted by
robessog
-
8 years ago
1
...
653
654
655
656
657
...
900
Community Library Entry
1
Regular Expression
PCRE (PHP <7.3)
/
(
[
0
-
9
]
{1,6}
[
A
-
Z
]
)
,
?
/
g
Open regex in editor
Description
no description available
Submitted by
Woohoo
-
9 years ago