Please enable JavaScript to use this web application.
Regular
Expressions
101
Social
Social
Join the Discord community!
Follow me on twitter!
Send me an email
Donate
Donate
Donate through Paypal
Become a Github Sponsor
Info
Info
Find out what's new!
RegEx101 Wiki
Report bugs or make suggestions
What's new?
Loading content...
Close
Regex Editor
Regex Editor
Community Patterns
Community Patterns
Account
Account
Regex Quiz
Regex Quiz
Settings
Settings
Live Help
Live Help
Get help on Discord
Get help on IRC
Order By
Most Recent
Highest Score
Lowest Score
Most upvotes
Most downvotes
Filter by Flavor
PCRE2 (PHP >=7.3)
PCRE (PHP <7.3)
ECMAScript (JavaScript)
Python
Golang
Java 8
.NET (C#)
Rust
Sponsors
Community Patterns
Search among 11,880 community submitted regex patterns...
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
1st Step Rationale
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-09-23 22:20
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
2nd Step Rationale
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-09-23 22:23
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Chapter capture 2
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-09-23 23:57
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
<Th>{$1}</Th>
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-09-24 07:12
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
mp4 i.quick
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-09-24 09:22
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Extração Leis Artigos
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-09-24 14:49
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Capture Fonction
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-09-24 20:32
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Capture Requirement 1
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-09-24 20:33
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
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
-
4 years ago
2019-09-24 22:00
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Jenkins Build V2 matches
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-09-25 02:46
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
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
-
4 years ago
2019-09-25 03:16
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Regex for the whole tree
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-09-25 09:21
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
2nd level for tree
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-09-25 09:22
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
1st level for the tree
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-09-25 09:24
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
hw02 cos451
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-09-25 12:49
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
1st level for the tree
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-09-25 13:30
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
test1
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-09-25 15:49
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Validate a Universally Unique Identifier (UUID)
PCRE (PHP <7.3)
This will validate a UUID
Submitted by
anonymous
-
4 years ago
2019-09-25 17:30
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
test1
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-09-25 19:33
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
2nd level for tree
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-09-25 19:33
1
...
530
531
532
533
534
535
536
...
594
Something...
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Regular Expression
Java 8
"
(
\b\w
+
\b
)
(?=
.
*
\b
\1
\b
)
"
gm
Open regex in editor
Description
Loading markdown...
Submitted by
anonymous
-
2 years ago
2022-05-06 10:59