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
UPN
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
extract bills code
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Post Deploy
PCRE (PHP <7.3)
Only matches on post deploy tasks/checkboxes Will not match a pattern with a colon (:) in it
Submitted by
anonymous
-
4 years ago
0
gondor IP
Python
no description available
Submitted by
anonymous
-
4 years ago
0
Cisco CLI Errors
Python
no description available
Submitted by
anonymous
-
4 years ago
0
DisplayOS Font spec for use on widgets
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Masculino_2
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
art 21 cot TOP
Python
no description available
Submitted by
anonymous
-
4 years ago
0
tr inside
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
html tags
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
IFT 383 – H01 Q14
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Seguridad
Python
no description available
Submitted by
anonymous
-
4 years ago
0
PH
Python
no description available
Submitted by
anonymous
-
4 years ago
0
Baulera
Python
no description available
Submitted by
anonymous
-
4 years ago
0
Piso
Python
no description available
Submitted by
anonymous
-
4 years ago
0
Pozo
Python
no description available
Submitted by
anonymous
-
4 years ago
0
Vista
Python
no description available
Submitted by
anonymous
-
4 years ago
0
Disposición
Python
no description available
Submitted by
anonymous
-
4 years ago
0
Dormitorios
Python
no description available
Submitted by
anonymous
-
4 years ago
0
Ambientes
Python
no description available
Submitted by
anonymous
-
4 years ago
1
...
278
279
280
281
282
...
900
Community Library Entry
4
Regular Expression
ECMAScript (JavaScript)
/
^
(
[
Gg
]
[
Ii
]
[
Rr
]
[
]
0
[
Aa
]
{2}
)
|
(
[
a
-
zA
-
Z
]
){1}
(
[
0
-
9
]
[
0
-
9
]
|
[
0
-
9
]
|
[
a
-
zA
-
Z
]
[
0
-
9
]
[
a
-
zA
-
Z
]
|
[
a
-
zA
-
Z
]
[
0
-
9
]
[
0
-
9
]
|
[
a
-
zA
-
Z
]
[
0
-
9
]
){1}
(
\s
?
)
(
[
0
-
9
]
[
a
-
zA
-
z
]
[
a
-
zA
-
z
]
){1}
$
/
i
Open regex in editor
Description
no description available
Submitted by
msyed
-
9 years ago