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 5,420 community submitted regex patterns...
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Hashtags with russians symbols
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
2020-01-20 05:24
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
transaction amount
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
2020-01-21 00:54
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
kk
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
2020-01-21 06:32
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
kk
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
2020-01-21 06:40
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
code
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
2020-01-21 07:55
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
code
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
2020-01-21 07:58
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
C scientific notation
Python
no description available
Submitted by
anonymous
-
4 years ago
2020-01-21 08:17
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
C characters
Python
no description available
Submitted by
anonymous
-
4 years ago
2020-01-21 08:22
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
regex_for_copper_filenames
Python
no description available
Submitted by
anonymous
-
4 years ago
2020-01-21 15:49
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
PIN Number Validation
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
2020-01-21 20:41
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
h_spring-present-absent
Python
no description available
Submitted by
anonymous
-
4 years ago
2020-01-25 04:42
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
nm-test-main
Python
no description available
Submitted by
anonymous
-
4 years ago
2020-01-25 04:44
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
nm-absent-present
Python
no description available
Submitted by
anonymous
-
4 years ago
2020-01-25 04:45
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Persian Phone Number
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
2020-01-25 08:34
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
UUID & GUID 36 char matcher (short)
ECMAScript (JavaScript)
case-insensitive
Submitted by
anonymous
-
4 years ago
2020-01-25 21:36
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Remove text between parentheses
Python
no description available
Submitted by
anonymous
-
4 years ago
2020-01-26 20:29
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
nm-caret-inc-main
Python
no description available
Submitted by
anonymous
-
4 years ago
2020-01-27 11:20
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Android Application ID Regex for build.gradle
Python
no description available
Submitted by
anonymous
-
4 years ago
2020-01-27 13:08
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Android Application Label Regex for AndroidManifest.xml file
Python
no description available
Submitted by
anonymous
-
4 years ago
2020-01-27 13:09
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Flutter App Version Regex for Pubspec.yaml
Python
no description available
Submitted by
anonymous
-
4 years ago
2020-01-27 13:10
1
...
224
225
226
227
228
229
230
...
271
remove specific div
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Regular Expression
Python
r"
<div
\s\w
{5}
=
\"
print
[^
>
]
*
?
>
[
\s\S
]
*
?
<
\/
div>
"
gi
Open regex in editor
Description
Loading markdown...
Submitted by
Nicolaj
-
7 years ago
2016-05-26 10:52