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
tds-1
PCRE (PHP <7.3)
form26as partA
Submitted by
gopinath
-
9 years ago
1
remove valid receipts
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
Find div with any string inside
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
Search for status
PCRE (PHP <7.3)
IVLSInstallation.log includes a status for the upgrade
Submitted by
jhambly
-
9 years ago
1
DB2 Nodes Line Check
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
1
DB2 Nodes improved
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
1
9.24.15
PCRE (PHP <7.3)
First Test Regex
Submitted by
anonymous
-
9 years ago
1
Match any .mpg
PCRE (PHP <7.3)
Match any content string that ends in .mpg. Useful for MPEG filters on HTTP requests
Submitted by
Dolly Feathers
-
9 years ago
1
all regex
PCRE (PHP <7.3)
selects anything todo with regex, (regualr expressions,regular expression, regex, regexp, regexes)
Submitted by
@-ScratchOs
-
9 years ago
1
better
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
jaswsinc: The second trickiest regex pattern I've ever written
PCRE (PHP <7.3)
Notice that I had to find this anywhere in the string, unlimited times, and account for escaped quotes.
Submitted by
Jason Caldwell
-
9 years ago
1
SupplierNet: Erstat xp:tr med inputtext
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
latest
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
1
Find legacy PHP opening tags
PCRE (PHP <7.3)
Matches <? not followed by a p or an x (finds <? and <?=, ignores <?php and <?xml
Submitted by
anonymous
-
9 years ago
1
dXNpbmcgU3lzdGV.GtLklPOw0KdXNpbmcgU3lzdGVtOw0KDQpjbGFzcyBQcm9 ncmFtDQp
Python
no description available
Submitted by
anonymous
-
9 years ago
1
Sides
PCRE (PHP <7.3)
Looks for sides
Submitted by
D.S.
-
9 years ago
1
Get specified open tag
PCRE (PHP <7.3)
Get open tags with content and attributes
Submitted by
Masoud Zohrabi <mdzzohrabi@gmail.com
-
9 years ago
1
Apache with " in referer
PCRE (PHP <7.3)
Apache combined log parser with/without escape " in the referer.
Submitted by
Dominique
-
9 years ago
1
PAN
PCRE (PHP <7.3)
findet strukturell die PAN
Submitted by
Detlef Folke
-
9 years ago
1
Password
PCRE (PHP <7.3)
Minimum 7 chars long Must have at least one char Must have at least one number Must have at least one special char i.e. @'#.$;%^&+=!""(),-/:?*
Submitted by
Piyush
-
9 years ago
1
...
105
106
107
108
109
...
900
Community Library Entry
1
Regular Expression
PCRE (PHP <7.3)
/
^
(
-
?
[
0
-
9
]
+
)
\s
(
[
0
-
9A
-
Z
]
+
)
\s
(
-
?
[
0
-
9
]
{2}
-
[
a
-
zA
-
Z
]
{3}
-
[
0
-
9
]
{4}
)
\s
-
?
(
[
UPFO
]
)
\s
(
-
?
[
0
-
9
]
{2}
-
[
a
-
zA
-
Z
]
{3}
-
[
0
-
9
]
{4}
)
\s
(
[
-,A
-
F,T
]
)
\s
(
-
?
[
0
-
9
]
+
\.
[
0
-
9
]
{2}
)
\s
(
-
?
[
0
-
9
]
+
\.
[
0
-
9
]
{2}
)
\s
(
-
?
[
0
-
9
]
+
\.
[
0
-
9
]
{2}
)
/
Open regex in editor
Description
form26as partA
Submitted by
gopinath
-
9 years ago