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
Secure Phone Number
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
1st Step Rationale
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
2nd Step Rationale
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Chapter capture 2
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
<Th>{$1}</Th>
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
mp4 i.quick
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Extração Leis Artigos
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Capture Fonction
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Capture Requirement 1
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Jack's Commute
PCRE (PHP <7.3)
Field Extractions for JSON after TEEing command as header to output as per link below: https://askubuntu.com/questions/688498/include-command-in-output-file
Submitted by
anonymous
-
5 years ago
0
Jenkins Build V2 matches
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Jenkins Build not including V2 matches - more advance
PCRE (PHP <7.3)
https://stackoverflow.com/questions/406230/regular-expression-to-match-a-line-that-doesnt-contain-a-word
Submitted by
anonymous
-
5 years ago
0
Regex for the whole tree
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
2nd level for tree
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
1st level for the tree
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
hw02 cos451
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
1st level for the tree
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
sexxx & xxx
Python
no description available
Submitted by
anonymous
-
5 years ago
0
test1
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Validate a Universally Unique Identifier (UUID)
PCRE (PHP <7.3)
This will validate a UUID
Submitted by
anonymous
-
5 years ago
1
...
275
276
277
278
279
...
900
Community Library Entry
24
Regular Expression
ECMAScript (JavaScript)
/
(
[
#.a
-
z
]
{1}
[
a
-
z_
]
{1}
[
\s\S
]
+
?
)
{
(
[
\s\S
]
*
?
)
}
/
g
Open regex in editor
Description
no description available
Submitted by
Pavel Dominguez
-
9 years ago