Please enable JavaScript to use this web application.
Regular
Expressions
101
Social
Donate
Info
Regex Editor
Community Patterns
Account
Regex Quiz
Settings
Order By
Most Recent
Most upvotes
Most downvotes
Highest Score
Lowest Score
Filter by Flavor
PCRE2 (PHP >=7.3)
PCRE (PHP <7.3)
ECMAScript (JavaScript)
Python
Golang
Java 8
.NET 7.0 (C#)
Rust
Sponsors
There are currently no sponsors.
Become a sponsor today!
Community Patterns
Search among 2,460 community submitted regex patterns...
1
All but my string
Python
Return all but the given string
Submitted by
elypma
-
9 years ago
1
Query Strings Capture
Python
A solution for capture params or the param=value pair of query strings.
Submitted by
Rafael Laurindo
-
9 years ago
1
OTP Card payment
Python
no description available
Submitted by
anonymous
-
9 years ago
1
email regex
Python
no description available
Submitted by
thegamerbr1
-
9 years ago
1
matches name in author field in Epic Notes
Python
Matches author fields
Submitted by
Mike Adams
-
9 years ago
1
srt time frame
Python
srt time frame
Submitted by
anonymous
-
9 years ago
1
Teaching potatoes how to search
Python
You see how it matches the hit ratio line? Yeah m8, that simple
Submitted by
11" Mipsmagician
-
9 years ago
1
remove specific div
Python
removes divs of the print class
Submitted by
Nicolaj
-
9 years ago
1
Bigger or lower than a number with <>
Python
no description available
Submitted by
woss.io
-
9 years ago
1
anime English title
Python
anime English title from snipertopanime
Submitted by
Wasdee
-
9 years ago
1
__import__("os")
Python
no description available
Submitted by
anonymous
-
9 years ago
1
File Extension
Python
Grabs the last "." of a string, and any word characters (\w) that follow.
Submitted by
G
-
9 years ago
1
URL Matcher
Python
no description available
Submitted by
anonymous
-
9 years ago
1
t01
Python
t01
Submitted by
anonymous
-
9 years ago
1
小写单词
Python
搜索句子中的小写单词
Submitted by
enihsyou
-
9 years ago
1
HDFS Audit Log Parser
Python
no description available
Submitted by
Vance Wei
-
9 years ago
1
nlc variation
Python
no description available
Submitted by
yasaman
-
9 years ago
1
Filter public functions
Python
It filters out the body of all public functions.
Submitted by
Sachin
-
9 years ago
1
Strip unicode u
Python
no description available
Submitted by
anonymous
-
8 years ago
1
Address
Python
Regex for extracting address with pincode.
Submitted by
Irfan Patel
-
8 years ago
1
...
17
18
19
20
21
...
123
Community Library Entry
0
Regular Expression
ECMAScript (JavaScript)
/
(?=
.
*
a
.
*
)
(?=
.
*
b
.
*
)
(?=
.
*
c
.
*
)
/
gm
Open regex in editor
Description
Submitted by
anonymous
-
3 years ago