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,040 community submitted regex patterns...
1
Water
PCRE (PHP <7.3)
Submitted by
anonymous
-
9 years ago
1
Replace Czech accents, Part 1
Python
The result of this put as input into part 2.
Submitted by
Premysl Karbula
-
9 years ago
1
MQS
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
nombres y apellidos
Python
expresión para python.
Submitted by
davila vargas
-
9 years ago
1
Telefoonnummer
PCRE (PHP <7.3)
no description available
Submitted by
manoe
-
9 years ago
1
Folkeskoleklasse
PCRE (PHP <7.3)
Regex til at matche folkeskoleklasse input. Matcher et tal fra 1 - 10, derefter et eller flere mellemrum evt. efterfulgt af et punktum eller et punktum derefter efterfulgt af et eller flere mellemrum og til sidst et enkelt bogstav (stort eller lille).
Submitted by
Emil Kjær Eriksen
-
9 years ago
1
teste
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
Match emoji shortcodes
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
4
html tags
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
/^([a-zA-Z0-9])+([a-zA-Z0-9\._-])*@([a-zA-Z0-9_-])+([a-zA-Z0-9\._-]+)+
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
asas
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
(aller) + -z
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
0
Strip the Headers from a response where JSON is present
ECMAScript (JavaScript)
HTTP/1.0 404 Not Found Cache-Control: no-cache Content-Type: application/json {"validation_message":'...'} ...
Submitted by
John B.
-
9 years ago
2
fiddler raw to php array
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
0
Telefonnummer E.123
ECMAScript (JavaScript)
no description available
Submitted by
Frank Mattes
-
9 years ago
1
bb
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
1
Marrocco Phone
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
DustySky URI
PCRE (PHP <7.3)
This PCRE matches DustySky URI structure.
Submitted by
Damian Torres
-
9 years ago
-3
IPv4 address
Python
Matches any IPv4 address
Submitted by
anonymous
-
9 years ago
1
US and Mexico Phone Numbers with Extensions
PCRE (PHP <7.3)
no description available
Submitted by
Katrina
-
9 years ago
1
...
710
711
712
713
714
...
902
Community Library Entry
1
Regular Expression
PCRE (PHP <7.3)
/
^
PATS_TEST,
\s
*
[
0
-
9A
-
Za
-
z_.
]
{1,50}
,
\d
+
\/
\d
+
\/
\d
+
\s
+
\d
+
[
:.
]
\d
+
[
:.
]
\d
+
,
[^
,
]
+
,
[^
,
]
*
,
[^
,
]
*
,
[^
,
]
*
,
[
PFAI
]
,
[^
,
]
*
,
[^
,
]
*
,
[^
,
]
*
,
[^
,
]
*
,
[^
,
]
*
,
[^
,
]
*
,
[^
,
]
*
,
[^
,
]
*
$
/
m
Open regex in editor
Description
no description available
Submitted by
anonymous
-
9 years ago