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...
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
email regex
Python
no description available
Submitted by
thegamerbr1
-
8 years ago
2016-05-20 17:31
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
matches name in author field in Epic Notes
Python
Matches author fields
Submitted by
Mike Adams
-
8 years ago
2016-05-23 16:48
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
srt time frame
Python
srt time frame
Submitted by
anonymous
-
8 years ago
2016-05-24 22:08
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Teaching potatoes how to search
Python
You see how it matches the hit ratio line? Yeah m8, that simple
Submitted by
11" Mipsmagician
-
8 years ago
2016-05-26 07:03
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
remove specific div
Python
removes divs of the print class
Submitted by
Nicolaj
-
8 years ago
2016-05-26 10:52
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Bigger or lower than a number with <>
Python
no description available
Submitted by
woss.io
-
8 years ago
2016-05-28 12:21
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
anime English title
Python
anime English title from snipertopanime
Submitted by
Wasdee
-
8 years ago
2016-05-29 05:27
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
__import__("os")
Python
no description available
Submitted by
anonymous
-
7 years ago
2016-06-03 06:54
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
File Extension
Python
Grabs the last "." of a string, and any word characters (\w) that follow.
Submitted by
G
-
7 years ago
2016-06-04 19:05
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
URL Matcher
Python
no description available
Submitted by
anonymous
-
7 years ago
2016-06-06 10:17
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
t01
Python
t01
Submitted by
anonymous
-
7 years ago
2016-06-06 11:10
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
小写单词
Python
搜索句子中的小写单词
Submitted by
enihsyou
-
7 years ago
2016-06-07 09:40
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
HDFS Audit Log Parser
Python
no description available
Submitted by
Vance Wei
-
7 years ago
2016-06-07 17:52
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
nlc variation
Python
no description available
Submitted by
yasaman
-
7 years ago
2016-06-09 12:41
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Filter public functions
Python
It filters out the body of all public functions.
Submitted by
Sachin
-
7 years ago
2016-06-09 17:22
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Strip unicode u
Python
no description available
Submitted by
anonymous
-
7 years ago
2016-06-12 06:45
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Address
Python
Regex for extracting address with pincode.
Submitted by
Irfan Patel
-
7 years ago
2016-06-14 12:21
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Apache Log Parser
Python
Parse Apache web logs to be stored in python (most likely a tuple for manipulation, parsing, and correlation)
Submitted by
hos
-
7 years ago
2016-06-15 15:11
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
grabs first part of formula
Python
no description available
Submitted by
anonymous
-
7 years ago
2016-06-22 00:33
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
grab value from json
Python
no description available
Submitted by
anonymous
-
7 years ago
2016-06-23 17:25
1
...
6
7
8
9
10
11
12
...
115
Filter public functions
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Regular Expression
Python
r"
[
\n
]
+
\s
+
public
function
[
a
-
z
]
+
[
(
]
[
a
-
zA
-
Z0
-
9=',
]
+
[
)
]
\n
+
\s
+
[
{
]
\n
(
.
+
?
)
\n
+
\s
+
[
}
]
"
s
Open regex in editor
Description
Loading markdown...
Submitted by
Sachin
-
7 years ago
2016-06-09 17:22