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
Between Brackets
Python
no description available
Submitted by
anonymous
-
4 years ago
1
Molecules to atoms p1
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
access-group test
Python
no description available
Submitted by
anonymous
-
4 years ago
1
Guid Query in Tc Files
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
iso_names
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
dddd
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
command line argument parser
ECMAScript (JavaScript)
Support to arguments in various forms.
Submitted by
bkangel
-
4 years ago
(Last modified 7 months ago)
1
Moneda con string v3
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
NHL
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
NHL NFL MLB
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
dot 10 check
PCRE (PHP <7.3)
test
Submitted by
anonymous
-
4 years ago
1
group1
Python
no description available
Submitted by
anonymous
-
4 years ago
1
名字称呼 匹配
Python
no description available
Submitted by
anonymous
-
4 years ago
1
Kabelmax house_number splitting
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
Identifier
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
Prueba 1
Python
Pruebas iniciales
Submitted by
anonymous
-
4 years ago
1
Credit card
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
First Name or Last Name
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
1
IpAddress
ECMAScript (JavaScript)
Ensure the ip address format is correct
Submitted by
aaa
-
4 years ago
1
WIN Logs aus JSON
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
...
298
299
300
301
302
...
900
Community Library Entry
0
Regular Expression
Python
r"
(?:
.
*
?
)
\b
(?P<search_term>
(?:
elder
(?:
ly
)*
|
(?:
young
|
old
)
(?:
er
)*
|
seniors
*
(?:
citizens
*
)*
|
immuno
[
-
]
*
(?:
suppressed
|
compromised
)
|
youth
)
)
\b
(?:
.
*
?
)
"
gi
Open regex in editor
Description
no description available
Submitted by
anonymous
-
4 years ago