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 18,000 community submitted regex patterns...
0
Email ID
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Email ID
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
String with no dots
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Optional Parameter
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Dates
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Extract Dopix logs
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Markdown ordered list
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
enel-dfaturadafp
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Get specific form tag for Contact Form 7 (WP Plugin)
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Liquidsoap metadata separator regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
ETIM klasse
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Remove characters after a certain character
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
(Last modified a year ago)
0
Wage Regex
ECMAScript (JavaScript)
Matches Labor Category and Wage
Submitted by
anonymous
-
4 years ago
0
NET USER \DOMAIN USER - Parser
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Get json in XML
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
App Deployer FQDN
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Reddit support
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
匹配全角字符间的空格(考虑加粗)
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
Beijing
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
...
685
686
687
688
689
...
900
Community Library Entry
0
Regular Expression
Java 8
"
^
(?<first>
[
a
-
z
]
+
)
\.
(?<second>
[
a
-
z
]
+
)
$
"
i
Open regex in editor
Description
This is an example for stackoverflow
Submitted by
anonymous
-
a year ago