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
formula to Calculate with parameter
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
0
Match Language
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
Busca espacios consecutivos
ECMAScript (JavaScript)
Busca espacios consecutivos entre palabras, dos o mas espacios consecutivos.
Submitted by
anonymous
-
8 years ago
0
File URL title
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
Dodanie nawiasów do kolumny wartości np z IN
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
updated gettyimages link and id extractor
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
0
Youtube subtitle time parser.
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
Parse Haxe Method Signature
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
petrograd-tour dates
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
Match all characters between two strings with dotall mode to match across line breaks
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
UTC Time Matcher
PCRE (PHP <7.3)
This expression verify an UTC time like UTC+02:00 or UTC-12:30
Submitted by
anonymous
-
8 years ago
1
Full URLs (by dpmontero.es)
Python
Get all URLs: www.lapagina.com pagina.com http://www.lapagina.com http://pagina.com https://www.lapagina.es
Submitted by
anonymous
-
8 years ago
1
Extract all telephones in text
Python
Find all telephones in text: 968123123 968 123 123 968.123.123 968 12 12 12
Submitted by
anonymous
-
8 years ago
0
extract image urls
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
LNR Vector - Rate
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
PostfixParserMinimal
Python
no description available
Submitted by
anonymous
-
8 years ago
0
PostfixParser
Python
Full regex for failed sendings
Submitted by
anonymous
-
8 years ago
0
Regex to validate numbers of register card of people of Brazil (AKA RG, Cédula de Identidade)
PCRE (PHP <7.3)
Regex to validate numbers of register card of people of Brazil (AKA RG, Cédula de Identidade)
Submitted by
Anderson Rodrigues
-
8 years ago
0
textdom处理
Python
no description available
Submitted by
anonymous
-
8 years ago
0
REgex for a format
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
...
628
629
630
631
632
...
900
Community Library Entry
1
Regular Expression
PCRE (PHP <7.3)
/
^
(
(
[
a
-
zA
-
z0
-
9
\-
]
*
(
\/
){1}
)
[
a
-
zA
-
z0
-
9
\-\.
]
*
)
(
(
\:
[
0
-
9
]
{1,5}
)
(
(
\/
)
[
a
-
zA
-
Z0
-
9
\-
]
*
){0,1}
){0,1}
$
/
Open regex in editor
Description
Check for a valid Kerberos Service Principal Name
Submitted by
Daywalker
-
9 years ago