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,080 community submitted regex patterns...
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
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
pull version number
Python
no description available
Submitted by
anonymous
-
7 years ago
2016-06-23 17:46
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
BigTimeRegex2
Python
no description available
Submitted by
anonymous
-
7 years ago
2016-06-23 20:06
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
BigTimeRegex3
Python
no description available
Submitted by
anonymous
-
7 years ago
2016-06-23 20:08
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
a
Python
no description available
Submitted by
anonymous
-
7 years ago
2016-06-23 20:19
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
HTML tag search
Python
finds the common html tags
Submitted by
Henri Mulder
-
7 years ago
2016-06-24 20:46
1
...
6
7
8
9
10
11
12
...
104
Password
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Regular Expression
Java 8
"
^
(?=
.
*
[
A
-
Za
-
z
]
)
(?=
.
*
\d
)
[
A
-
Za
-
z
\d
$@$!%*?&#
]
{6,}
$
"
gm
Open regex in editor
Description
Loading markdown...
Submitted by
Mohammed Elshaboury
-
10 months ago
2023-02-13 13:54