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
Heartbeat Successful
PCRE (PHP <7.3)
Successful Heartbeat regex parser for PasswordState Dev Area
Submitted by
anonymous
-
4 years ago
1
Bracket Selection
PCRE (PHP <7.3)
Selects the bracket and the items within the bracket. Also include whitespace before the bracket
Submitted by
anonymous
-
4 years ago
1
DUO Admin Modifications
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
CPOD
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
Zabbix cefcFRUPowerOperStatus filtre for Cisco Cat 9500 HP
PCRE (PHP <7.3)
Zabbix cefcFRUPowerOperStatus filtre for Cisco Cat 9500 HP
Submitted by
anonymous
-
4 years ago
1
Jursa
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
Валидация срока действия карты
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
Detect Roman Numeral
PCRE (PHP <7.3)
Determines if the string is a roman numeral.
Submitted by
anonymous
-
4 years ago
1
дефис вязкости
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
1
TS Import (single or multiline)
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
C++ parcer for __PRETTY_FUNCTION__
PCRE (PHP <7.3)
it filters out most of the information and leaves the class name and the function name. in case of function without class, it will capture namespace and function name.
Submitted by
anonymous
-
4 years ago
1
myregex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
Bitcoin
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
labels_calculation
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
update survey calculation
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
ICD10
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
TN Arc Story
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
1
GCS streams file
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
1
Parts pdp's
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
BeanStruct from columns
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
...
293
294
295
296
297
...
900
Community Library Entry
0
Regular Expression
ECMAScript (JavaScript)
/
^
[
A
-
Za
-
z0
-
9!#$^&*|
\-
_+=~`?"
]
*
(
[
A
-
Za
-
z0
-
9!#$^&*|
\-
_+=~`?"
]
\.
[
A
-
Za
-
z0
-
9!#$^&*|
\-
_+=~`?"
]
+
)*
(
\.
{0,1}
[
A
-
Za
-
z0
-
9!#$^&*|
\-
_+=~`?"
]
@
[
A
-
Za
-
z0
-
9!#$^&*|
\-
_+=
]
{1,60}
)
(
\.
[
A
-
Za
-
z0
-
9!#$^&*|
\-
_+=~`?"
]
{2,60}
)*
$
/
gm
Open regex in editor
Description
no description available
Submitted by
anonymous
-
5 years ago