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,540 community submitted regex patterns...
1
Address
Python
Regex for extracting address with pincode.
Submitted by
Irfan Patel
-
8 years ago
1
Strip unicode u
Python
no description available
Submitted by
anonymous
-
9 years ago
2
EclipseKeyword_2
Python
no description available
Submitted by
Rashmin
-
9 years ago
1
Filter public functions
Python
It filters out the body of all public functions.
Submitted by
Sachin
-
9 years ago
1
nlc variation
Python
no description available
Submitted by
yasaman
-
9 years ago
1
HDFS Audit Log Parser
Python
no description available
Submitted by
Vance Wei
-
9 years ago
0
Newline matcher
Python
new line matcher
Submitted by
anonymous
-
9 years ago
1
小写单词
Python
搜索句子中的小写单词
Submitted by
enihsyou
-
9 years ago
1
t01
Python
t01
Submitted by
anonymous
-
9 years ago
1
URL Matcher
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
__import__("os")
Python
no description available
Submitted by
anonymous
-
9 years ago
0
Validates argentinian telephone numbers
Python
To validate a number with this regular expression is mandatory to have the number group with only digits. You can modify the number group to accept spaces, hyphens, and dots with something like this: (?P[\d\-\.]+). Valid examples +54 9 11 50165564 54 2268 201232 15 50165564...
Submitted by
Agustín Bouillet
-
9 years ago
1
anime English title
Python
anime English title from snipertopanime
Submitted by
Wasdee
-
9 years ago
1
Bigger or lower than a number with <>
Python
no description available
Submitted by
woss.io
-
9 years ago
1
remove specific div
Python
removes divs of the print class
Submitted by
Nicolaj
-
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
srt time frame
Python
srt time frame
Submitted by
anonymous
-
9 years ago
1
matches name in author field in Epic Notes
Python
Matches author fields
Submitted by
Mike Adams
-
9 years ago
1
email regex
Python
no description available
Submitted by
thegamerbr1
-
9 years ago
1
...
102
103
104
105
106
...
127
Community Library Entry
1
Regular Expression
Python
r"
key
[
:'
]
+
(
[^
,;'
"
]
+
)
[
'
"
,;
]
+
"
Open regex in editor
Description
t01
Submitted by
anonymous
-
9 years ago