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 5,040 community submitted regex patterns...
0
detect assignment x=
Python
no description available
Submitted by
anonymous
-
4 years ago
0
NUTS Expression 2
Python
NUTS Expression: split the args
Submitted by
anonymous
-
4 years ago
0
NUTS Expression 3
Python
NUTS Expression: detect kwarg
Submitted by
anonymous
-
4 years ago
0
VAT label
Python
no description available
Submitted by
anonymous
-
4 years ago
0
Negative regexp
Python
no description available
Submitted by
anonymous
-
4 years ago
0
ClearQuest Audit Regex
Python
File format for ClearQuest's Audit logs.
Submitted by
anonymous
-
4 years ago
0
Twitch Link Filter
Python
Filter unauthorized twitch channel links. Its possible to add more allowed channels: (?!minokawa95|minokawa96)
Submitted by
anonymous
-
4 years ago
0
GQL Parser
Python
no description available
Submitted by
anonymous
-
4 years ago
0
index_re
Python
no description available
Submitted by
anonymous
-
4 years ago
0
lineup.re
Python
no description available
Submitted by
anonymous
-
4 years ago
0
hours - 12 hours format
Python
no description available
Submitted by
anonymous
-
4 years ago
0
index_capital letter line up
Python
no description available
Submitted by
anonymous
-
4 years ago
0
cf categories find
Python
no description available
Submitted by
anonymous
-
4 years ago
0
US zip code
Python
no description available
Submitted by
anonymous
-
4 years ago
0
Log error code
Python
no description available
Submitted by
anonymous
-
4 years ago
0
adding international code
Python
no description available
Submitted by
anonymous
-
4 years ago
0
3 voyels word
Python
no description available
Submitted by
anonymous
-
4 years ago
0
substitute python comment
Python
no description available
Submitted by
anonymous
-
4 years ago
0
GQL statement capturer
Python
no description available
Submitted by
anonymous
-
4 years ago
0
Detecting Typical Australian Address (Street only)
Python
no description available
Submitted by
anonymous
-
4 years ago
1
...
124
125
126
127
128
...
252
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
^
(
(?:
[
A
-
Za
-
z0
-
9+
]
+
)
(?:
[
._-
]
{1}
[
A
-
Za
-
z
]
+
)*
)
(
[
._-
]
{1}
(?:
[
+
-
_
\d
A
-
Za
-
z.
]
*
)*
)*
$
/
gm
Open regex in editor
Description
Splitting Additionalname in Basename and Specification
Submitted by
JK
-
a year ago
(Last modified a year ago)