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
Operator with Number
PCRE (PHP <7.3)
no description available
Submitted by
Kgunner
-
7 years ago
0
Regex to match positive or negative number or empty string, but not '-' alone
ECMAScript (JavaScript)
no description available
Submitted by
myth
-
7 years ago
0
pde-member
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Alternative to "Current Error" Lookbehind
PCRE (PHP <7.3)
Regex original: (?<!Current\s)Error: Porém expect4j utiliza classes de regex do Apache Oro, que não possuem suporte para lookbehind.
Submitted by
Patrick Bard
-
7 years ago
0
RegexA-Z
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
SRP
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
Java Regex
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
chinese phone number
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
column aliasing
PCRE (PHP <7.3)
no description available
Submitted by
goran biljetina
-
7 years ago
1
Require string of length Ignoring HTML
PCRE (PHP <7.3)
checks for a continuous string of characters (in this case 7) , but ignores HTML tags we use it in a required feild validator that has auto generated formatting elements
Submitted by
Doom87er
-
7 years ago
0
E-mail address incl. domain, third-level-domain (optional) and top-level-domain
PCRE (PHP <7.3)
no description available
Submitted by
Ralph Bolliger
-
7 years ago
0
Lb4 mat
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
File Pdf and Image jpg Extention
PCRE (PHP <7.3)
File Pdf and Image jpg Extention
Submitted by
Wafique
-
7 years ago
0
KSA Mobile Validation
PCRE (PHP <7.3)
KSA Mobile Validation Start with 5 and only 9 numbers
Submitted by
anonymous
-
7 years ago
0
Lb4 8-15
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Lb4 slovo iz 5 bukv tochno
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Lb4 11zad
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Lb4 IP tochno
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Lb4 kavichek top
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Mustache Language parser regexp
ECMAScript (JavaScript)
Useful for parsing HTML templates written in mustache language. This regex does not support custom delimiter tags. For documentation see: http://mustache.github.io/mustache.5.html
Submitted by
anonymous
-
7 years ago
1
...
547
548
549
550
551
...
900
Community Library Entry
0
Regular Expression
Golang
`
^
\+
\d
{1,3}
\s
*
\(
?
\d
{3,6}
\)
?
\s
*
[
\d
\-
\s
]
{4,9}
$
`
gm
Open regex in editor
Description
Phone Number
Submitted by
anonymous
-
6 years ago