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 2,300 community submitted regex patterns...
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
gfhgh
Python
fghh
Submitted by
anonymous
-
5 years ago
2019-06-02 02:29
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
zxb
Python
zvcxv
Submitted by
anonymous
-
5 years ago
2019-06-02 02:29
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
two " to triple
Python
no description available
Submitted by
anonymous
-
5 years ago
2019-06-02 13:14
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Resolution Regex
Python
no description available
Submitted by
anonymous
-
5 years ago
2019-06-04 07:51
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
match wmic.exe create remote process
Python
no description available
Submitted by
anonymous
-
5 years ago
2019-06-04 16:33
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
simple gmt coordinates finder
Python
no description available
Submitted by
anonymous
-
5 years ago
2019-06-05 09:59
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
handle_virtual_registers_prefix
Python
no description available
Submitted by
anonymous
-
5 years ago
2019-06-05 11:10
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Match everything but CVS
Python
no description available
Submitted by
anonymous
-
5 years ago
2019-06-07 01:54
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
match a 4chan media url
Python
no description available
Submitted by
anonymous
-
4 years ago
2019-06-08 21:44
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Regex on linkedin alumni
Python
no description available
Submitted by
anonymous
-
4 years ago
2019-06-10 19:04
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
my username
Python
no description available
Submitted by
smileycreations15
-
4 years ago
2019-06-13 16:01
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Data
Python
no description available
Submitted by
anonymous
-
4 years ago
2019-06-16 09:59
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Add commas to big numbers
Python
no description available
Submitted by
anonymous
-
4 years ago
2019-06-18 14:15
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
match weight with pounds and kg
Python
no description available
Submitted by
anonymous
-
4 years ago
2019-06-18 15:04
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Email validation
Python
no description available
Submitted by
anonymous
-
4 years ago
2019-06-20 09:44
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
html code for LaTeX math expression
Python
Finds any value inside the HTML ... in order to replace with $...$
Submitted by
anonymous
-
4 years ago
2019-06-21 15:21
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
ShortcutLinkInline
Python
no description available
Submitted by
anonymous
-
4 years ago
2019-06-25 12:59
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
comand.py:InlineCommand
Python
no description available
Submitted by
anonymous
-
4 years ago
2019-06-25 13:12
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
MAC Address
Python
Simply match a run of the meal MAC address
Submitted by
anonymous
-
4 years ago
2019-06-26 14:53
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Match odd amount of backslashes.
Python
This regular expression will match anytime in a string where an odd amount of backslashes directly following eachother are present.
Submitted by
anonymous
-
4 years ago
2019-06-27 10:57
1
...
95
96
97
98
99
100
101
...
115
Any mobile number extraction
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Regular Expression
Python
r"
[
+
]
\d
{2}
?
[
-
\s
]
?
\d
{5}
?
[
-
\s
]
?
\d
{5}
|
\(
\d
{3}
\)\-
\d
{3}
-
\d
{4}
"
gm
Open regex in editor
Description
Loading markdown...
Submitted by
anonymous
-
2 years ago
2022-06-03 21:05