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 4,400 community submitted regex patterns...
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Subparagraph
Python
Searches whether a string of cross references contains the sub paragraph part or not.
Submitted by
anonymous
-
4 years ago
2020-03-26 13:29
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Get regex group intersections, not at the end
Python
Not sure
Submitted by
anonymous
-
4 years ago
2020-03-27 10:15
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
BD Phone No Regex
Python
no description available
Submitted by
anonymous
-
3 years ago
2020-03-30 11:50
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Match mandatory groups in a row
Python
no description available
Submitted by
anonymous
-
3 years ago
2020-03-31 15:26
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
test
Golang
no description available
Submitted by
anonymous
-
3 years ago
2020-04-01 16:20
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Match text within HTML tags
Python
no description available
Submitted by
anonymous
-
3 years ago
2020-04-05 21:22
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
My text
Python
no description available
Submitted by
anonymous
-
3 years ago
2020-04-11 10:44
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
emojis
Golang
no description available
Submitted by
anonymous
-
3 years ago
2020-04-17 14:31
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
my first re
Python
no description available
Submitted by
anonymous
-
3 years ago
2020-04-11 15:28
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Funkcje
Python
Open file for reading in text mode (default mode) import re import difflib import ptvsd import docx2txt from difflib import SequenceMatcher...
Submitted by
anonymous
-
3 years ago
2020-04-13 00:07
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Golang fmt verbs
Golang
Can be used to find all of the verbs in a golang format string. It will correctly extract verbs that would otherwise be specified by fmt.Sprintf, including their flags, width and precision. You can test it out on the fmt documentation, here: https://golang.org/pkg/fmt/
Submitted by
anonymous
-
3 years ago
2020-04-13 16:41
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
statement matching
Python
no description available
Submitted by
anonymous
-
3 years ago
2020-04-14 22:06
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
function matching
Python
no description available
Submitted by
anonymous
-
3 years ago
2020-04-16 01:59
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
check dup statements
Python
no description available
Submitted by
anonymous
-
3 years ago
2020-04-15 16:58
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
check dup statements
Python
no description available
Submitted by
anonymous
-
3 years ago
2020-04-16 01:21
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Links
Python
no description available
Submitted by
anonymous
-
3 years ago
2020-04-17 10:53
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Strings
Python
no description available
Submitted by
anonymous
-
3 years ago
2020-04-17 17:12
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Commit msg
Golang
no description available
Submitted by
anonymous
-
3 years ago
2020-10-09 12:40
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Movements
Python
no description available
Submitted by
anonymous
-
3 years ago
2020-04-20 21:14
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Thai District
Python
no description available
Submitted by
anonymous
-
3 years ago
2020-04-21 09:45
1
...
151
152
153
154
155
156
157
...
220
Hylobatidae's clade
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Regular Expression
Python
r"
\(
+
(
\H\y
|
[
NS
]
)
\w
+
\s
(
\(
\w
+
\s
|
\w
+
\s
)
(
\)
\d
+
|
\w
+
)
\s
(
\w
+
\s
\)
\d
+
|
\)
\d
+
\s
\)
\d
+
)
"
mg
Open regex in editor
Description
Loading markdown...
Submitted by
anonymous
-
4 years ago
2019-09-25 18:48