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
Kaluga Astral Error Parser
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
Match value between << >>
PCRE (PHP <7.3)
Match any value between two less than and two greater than symbols.
Submitted by
Adam Mills
-
9 years ago
1
Slow As Butts Regex
PCRE (PHP <7.3)
Look(ahead|behind)s are slow
Submitted by
anonymous
-
9 years ago
1
project code for multiple codes
PCRE (PHP <7.3)
Ability to capture emails sent and received from Exchange (using Journaling that has been activated on specific users) that have one or more of the following Project Number prefixes: “15-“ “16-“ “17-”... “30-“ “GGO”...
Submitted by
anonymous
-
9 years ago
1
ISO 8601 date formats incl. validation
PCRE (PHP <7.3)
Test for all ISO 8601 date formats and only accept valid dates, e.g. 2016-02-29, but not 2016-02-30 or 2017-02-29.
Submitted by
Christoph Päper (Crissov)
-
9 years ago
1
OPC UA Server
ECMAScript (JavaScript)
Gets IP-Address/host name from URL
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
1
Marrocco Phone
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
bb
ECMAScript (JavaScript)
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
1
asas
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
Match emoji shortcodes
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
1
teste
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
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
Telefoonnummer
PCRE (PHP <7.3)
no description available
Submitted by
manoe
-
9 years ago
1
nombres y apellidos
Python
expresión para python.
Submitted by
davila vargas
-
9 years ago
1
MQS
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
Water
PCRE (PHP <7.3)
Submitted by
anonymous
-
9 years ago
1
Match for RAM, Storage
PCRE (PHP <7.3)
Match for ram size and storage size
Submitted by
anonymous
-
9 years ago
1
...
162
163
164
165
166
...
900
Community Library Entry
1
Regular Expression
PCRE (PHP <7.3)
/
(
[
[:space:]
]
)
(
vais
|
vas
|
va
|
allons
|
allez
|
vont
)
(
[
[:space:]
]
)
(
[^
\Qchez\E
]
[^
\Qassez\E
]
[
[:alpha:]
]
*
)
(
z
)
(
[
[:space:]
]
|
[
[:punct:]
]
)
/
g
Open regex in editor
Description
no description available
Submitted by
anonymous
-
9 years ago