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 12,840 community submitted regex patterns...
0
Something
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
dir_1
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Litebans tempban
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
ab#197163
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
Match the first 6 characters.
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Auto-Linebreak
PCRE (PHP <7.3)
Lookup for last space on a specified linewidth (e.g. 80 chars) and insert a newline.
Submitted by
mr-craps
-
4 years ago
(Last modified 3 years ago)
0
time
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Email from google invitation
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Prometheus endpoint
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
remove brackets and comma
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Santa's secret helper
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
intigriti targets
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
超星万能表单数据提取
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
[pending] comma formatting
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
CSV
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Test
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
DOB Extraction
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
SQL Query
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
(Last modified a year ago)
0
TenTaciooN
PCRE (PHP <7.3)
https://regex101.com/r/zS4MGQ/1/https:/golang.org/pkg/regexp/debugger/codegen?language=golang
Submitted by
anonymous
-
4 years ago
0
Cn
PCRE (PHP <7.3)
https://regex101.com/r/vbYmox/1/https:/docs.rs/regex/latest/regex/
Submitted by
anonymous
-
4 years ago
1
...
583
584
585
586
587
...
642
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)