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
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
0
Name Check
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
Match async OR defer in html page
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Match image build number
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
PESA TRENING 1
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
S3 Bucket Info Extractor
ECMAScript (JavaScript)
This one gets from a S3 Bucket URL the bucket name, the zone, and the key
Submitted by
anonymous
-
4 years ago
1
...
361
362
363
364
365
...
900
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
^
(
0
|
[
1
-
9
]
{1,3}
)
(
[
.,
]
[
1
-
9
]
{1,3}
)?
$
/
gm
Open regex in editor
Description
4 enteros / coma o punto / 3 decimales
Submitted by
nico-ber
-
3 years ago