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
Match table head and body
Python
no description available
Submitted by
anonymous
-
4 years ago
1
URL Domain Extractor
ECMAScript (JavaScript)
Extracts and returns the domain name from a given URL.
Submitted by
anonymous
-
4 years ago
1
Domain from URL
PCRE (PHP <7.3)
Matches everything before after // or www and before a period. If needed, replace the matched elements with blanks.
Submitted by
anonymous
-
4 years ago
1
FR Anti Ancient Gene Search
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
expression for mike
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
Case IDs and whitespace
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
Log Scan Sample
PCRE (PHP <7.3)
no description available
Submitted by
sdf
-
4 years ago
1
Custom IFrame SRC Grabber
PCRE2 (PHP >=7.3)
no description available
Submitted by
Moep
-
4 years ago
(Last modified 4 years ago)
1
convert package.json to single line of library names without versions
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
1
for loop with customfield,
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
Limpar Comentários
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
CUenta bancaria
PCRE (PHP <7.3)
En Colombia, el número de cuentas bancarias es de máximo 15 dígitos y por lo tanto no deben superar ese tope. En el caso del Banco Davivienda, el número de cuenta bancaria puede exceder los 15 dígitos, el numero se debe realizar desde el primer dígito de adelante, cero (0), ya que este no se toma e...
Submitted by
macorreag
-
3 years ago
1
German vehicle registration incl. options
PCRE (PHP <7.3)
This regex validates German vehicle registration numbers. It includes 'H' for Oldtimers (Historic) and 'E' for electric. Futhermore it validates optional seasonal plates. For example for motorcycles or recreational vehicles.
Submitted by
awwillia
-
4 years ago
1
验证金额 "-999999999.99 ~ 999999999.99" ,小数点保留2位
PCRE2 (PHP >=7.3)
验证阿拉伯数字金额 "-999999999 ~ 999999999" ,小数点后面保留2位
Submitted by
cp.l
-
4 years ago
1
Factorisation.
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
1
Full Mime Type
PCRE (PHP <7.3)
Full mime type tree
Submitted by
Silvio Gratani
-
4 years ago
1
StrongPassword: 1 uppercase, 1 lower case, 1 num, 1 \W, & at least 8 char
PCRE2 (PHP >=7.3)
no description available
Submitted by
Bri Baldwin
-
4 years ago
1
Get text between certain characters from a huge HTML
PCRE (PHP <7.3)
Get text between certain characters from a huge HTML
Submitted by
Kaushal Gajjar
-
4 years ago
1
MyRegEx
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
Dutch mobile phone number
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
...
785
786
787
788
789
...
900
Community Library Entry
1
Regular Expression
PCRE (PHP <7.3)
/
(
[
A
-
z
]
{3}
[
\d
]
{2}
[
\d
]
{1,2}
:
[
\d
]
{1,2}
:
[
\d
]
{1,2}
)
(
[
\d
]
{1,3}
\.
[
\d
]
{1,3}
\.
[
\d
]
{1,3}
\.
[
\d
]
{1,3}
)
(
\[
S
\=
[
\d
]
{9}
\]
)
(
\[
[
A
-
z
]
ID=
.
{1,18}
\]
)
\s
{1,3}
(
\(
N
\s
[
\d
]
{5,20}
\)
)?
(
\s
+
(
.
*
)
)
\s
{1,3}
?
(
\[
Time:
.
*
\]
)?
/
gm
Open regex in editor
Description
no description available
Submitted by
sdf
-
4 years ago