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
rstp
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
1
Hex Input List
PCRE (PHP <7.3)
Match one or two digit hex values separated by a comma.
Submitted by
anonymous
-
9 years ago
1
Parse CSV fields
PCRE (PHP <7.3)
Parse an input string into fields separated by comma.
Submitted by
anonymous
-
9 years ago
1
ScoutPro data
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
java
Python
no description available
Submitted by
anonymous
-
9 years ago
1
Test
Python
test
Submitted by
test
-
9 years ago
1
ipv4 and ipv6
PCRE (PHP <7.3)
no description available
Submitted by
shri
-
9 years ago
1
masked phone input validator
ECMAScript (JavaScript)
masked phone input validator
Submitted by
fermanakgun
-
9 years ago
1
parser =
Python
no description available
Submitted by
anonymous
-
9 years ago
1
OG by Sam
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
match C# class definition
PCRE (PHP <7.3)
match C# a class definition
Submitted by
luan castro (@castrolol)
-
9 years ago
1
one deccmal point
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
1
Sterium test
ECMAScript (JavaScript)
no description available
Submitted by
koT
-
9 years ago
1
Rubik Parser
PCRE (PHP <7.3)
extract face/slice/axis rotations, pieces, patterns and groups
Submitted by
FabioDiMonte
-
9 years ago
1
Rubik Parser (with unit tests)
ECMAScript (JavaScript)
extracts face/slice/axis rotations, pieces, patterns and groups
Submitted by
FabioDiMonte
-
9 years ago
1
remove tinymce id's
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
get last uri segment ending in number
PCRE (PHP <7.3)
no description available
Submitted by
Ben
-
9 years ago
1
find variant in uri
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
Parsing BWPROMO
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
Absolute Date format
ECMAScript (JavaScript)
no description available
Submitted by
Jesse Benton
-
9 years ago
1
...
616
617
618
619
620
...
900
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
(
\S
*
\$
|
\%
|
\&
\S
*
)
|
(
\S
*
\#
.
*
?
\s
|
\{
.
*
?
\}
|
\=\(
\S
*
)
|
(
\S
*
\w
*
\:\)
)
/
mgi
Open regex in editor
Description
Looking for reasonable terms with a special char in them
Submitted by
anonymous
-
4 years ago