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...
1
Number
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Search a keyword NOT in html tags
PCRE (PHP <7.3)
no description available
Submitted by
White Dragon
-
8 years ago
1
UUID4 Validator
PCRE (PHP <7.3)
Validates UUID version 4
Submitted by
AgustÃn Bouillet
-
8 years ago
1
Demo
Python
no description available
Submitted by
anonymous
-
8 years ago
1
Demo2
Python
no description available
Submitted by
anonymous
-
8 years ago
1
Replace DEFINER in MySQL
PCRE (PHP <7.3)
no description available
Submitted by
https://gist.github.com/NareshMaharzan
-
8 years ago
1
prova delete
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Endpoint Monitor Summary Regex
PCRE (PHP <7.3)
no description available
Submitted by
Palomba
-
8 years ago
1
Match YouTube URL
ECMAScript (JavaScript)
Match YouTube URLs
Submitted by
Xaotic
-
8 years ago
1
Email validate
ECMAScript (JavaScript)
Validation of email with no allow to only special char before and after @ symbol, generic validation for domain
Submitted by
Kamil Popis
-
8 years ago
1
ipreo table parser
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Troca de nome do componente
PCRE (PHP <7.3)
Troca de nome do componente
Submitted by
Alair
-
8 years ago
1
demo
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Catch before trailing dots
PCRE (PHP <7.3)
no description available
Submitted by
Mehrad
-
8 years ago
1
pronouceable strings v2
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Gyproc
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Top Domain
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
tags
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
1
Date Match
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Positive number - currency format (1234567890.12)
ECMAScript (JavaScript)
Positive number with 10 digits before decimal point (possible zeros in front) and 0-2 digits after (possible trailing zeros).
Submitted by
Evgeny Sinitsyn
-
8 years ago
1
...
732
733
734
735
736
...
900
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
^
[
0
-
9
]
{11}
$
/
gm
Open regex in editor
Description
no description available
Submitted by
anonymous
-
4 years ago