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,020 community submitted regex patterns...
0
Matching Multiple Names as First & Last Name
ECMAScript (JavaScript)
This Regex will help to match any first & last name from paragraph as one line, if you would to do the matching based on multi lines, add "gm" in the last of this query. /([A-Za-z0-9]\w+\s\w+)+/gm
Submitted by
Fares Alarabi
-
7 years ago
0
Matching any duplicated words
ECMAScript (JavaScript)
By Lynda.com
Submitted by
Fares Alarabi
-
7 years ago
0
Search for .onion domains
PCRE (PHP <7.3)
Does what it says on the tin.
Submitted by
anonymous
-
7 years ago
0
URL Matcher
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Phone numbers
PCRE (PHP <7.3)
Regular expression for phone numbers validation that formatted with mukeshsoni/country-telephone-data
Submitted by
lyhoshva
-
7 years ago
0
Parsing Search Impression Share Lost
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
firebase downloadURL
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
ul-li discover
PCRE (PHP <7.3)
ul li discovered
Submitted by
anonymous
-
7 years ago
0
Separation of bank statement description
PCRE (PHP <7.3)
Separation of bank statement description``
Submitted by
anonymous
-
7 years ago
0
Find CC numbers in a string
PCRE (PHP <7.3)
Test on the most basic possible form of credit card numbers.
Submitted by
Xtina
-
7 years ago
0
ISO 8601
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
IPA Matcher
Python
no description available
Submitted by
hakr14
-
7 years ago
0
expressions
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
sps
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
where command
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
CURP de México
ECMAScript (JavaScript)
¿Qué es la CURP? La Clave Única de Registro de Población (CURP) es un código alfanumérico único de identidad de 18 caracteres utilizado para identificar oficialmente tanto a residentes como a ciudadanos mexicanos, expedido por el RENAPO. La misma, se forma a partir de las letras de los nombres y ap...
Submitted by
anonymous
-
7 years ago
0
AU Validate
ECMAScript (JavaScript)
Au Validate
Submitted by
anonymous
-
7 years ago
0
Search for whole class with specific tag
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
ripple address
PCRE (PHP <7.3)
Check validity of ripple address
Submitted by
CorentinGC
-
7 years ago
0
monero address
PCRE (PHP <7.3)
Check validity of monero addresses
Submitted by
CorentinGC
-
7 years ago
1
...
432
433
434
435
436
...
901
Community Library Entry
0
Regular Expression
ECMAScript (JavaScript)
/
^
(?:
[
a
-
zA
-
Z0
-
9.
\-
+
]
+
|
(?:
"
.
+
"
)
)
@
[
a
-
zA
-
Z0
-
9
]
(?:
[
a
-
zA
-
Z0
-
9-
]
{0,253}
[
a
-
zA
-
Z0
-
9
]
)?
(?:
\.
[
a
-
zA
-
Z0
-
9
]
(?:
[
a
-
zA
-
Z0
-
9-
]
{0,253}
[
a
-
zA
-
Z0
-
9
]
)?
)+
$
/
Open regex in editor
Description
no description available
Submitted by
anonymous
-
7 years ago