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...
0
Currency for dot decimal separator
PCRE (PHP <7.3)
no description available
Submitted by
Eric Sant'Anna
-
7 years ago
0
wasm matching
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Surya Regex
PCRE (PHP <7.3)
GDPR REGEX
Submitted by
anonymous
-
7 years ago
0
Date tests
Python
A collection of dates used for the Data Science with Python course
Submitted by
anonymous
-
7 years ago
0
2018-04-17 - gm financial truck loan bob 3689 statements regex
PCRE (PHP <7.3)
2018-04-17 - gm financial truck loan bob 3689 statements regex
Submitted by
anonymous
-
7 years ago
0
squarespace image rewrite
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
Primality
PCRE (PHP <7.3)
Matches any sequence of consecutive ones that isn't of prime length.
Submitted by
anonymous
-
7 years ago
0
NOT a word example with Shopify
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
isilon drive ok to gone end of flexprotect job
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
IPv4 address
ECMAScript (JavaScript)
Match IPv4 address, optionally with /32 CIDR notation
Submitted by
anonymous
-
7 years ago
0
IPv4 address
ECMAScript (JavaScript)
Match IPv4 address, optionally with /32 CIDR notation
Submitted by
anonymous
-
7 years ago
0
Digitarvike
PCRE (PHP <7.3)
MPPs, product and price
Submitted by
anonymous
-
7 years ago
0
Selection email
PCRE (PHP <7.3)
(\w+)@.+\.(fr|com)\b
Submitted by
anonymous
-
7 years ago
0
date
Python
no description available
Submitted by
anonymous
-
7 years ago
0
Splunk Isilon cluster name
PCRE (PHP <7.3)
no description available
Submitted by
mwk
-
7 years ago
0
method
Python
no description available
Submitted by
anonymous
-
7 years ago
0
jenkins plugin scan
Python
no description available
Submitted by
anonymous
-
7 years ago
0
Fair calc
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Last Name & Comma Regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Last Name & Comma Regex
Golang
no description available
Submitted by
anonymous
-
7 years ago
1
...
150
151
152
153
154
...
900
Community Library Entry
1
Regular Expression
PCRE (PHP <7.3)
/
^
[
0
-
9,(,),+,_,#,~,-
]
{1,45}
$
/
Open regex in editor
Description
Phone Number with no letters or spaces
Submitted by
JP Hunter
-
9 years ago