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
panbaidu
Python
no description available
Submitted by
anonymous
-
5 years ago
0
Bitbucket Branch Checker
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
IETF Locale Tag
ECMAScript (JavaScript)
For more background, refer to: http://codel10n.com/what-is-correct-locale-tag-en_us-vs-en-us/
Submitted by
anonymous
-
5 years ago
0
integer with two decimal places
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Canada Postal Code
PCRE (PHP <7.3)
A postal code validation for Canada postal codes. Format can be: M4B 1T4 M4B1T4
Submitted by
anonymous
-
5 years ago
0
dominio con uno o dos extensiones
PCRE (PHP <7.3)
valida dominio con una o dos extensiones. No admite @, ni www, ni http://
Submitted by
anonymous
-
5 years ago
0
EX: Regex for check has dangerours SQL
PCRE (PHP <7.3)
Check whether or not the SQL is dangerous!
Submitted by
anonymous
-
5 years ago
0
對象學校英文名稱
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
13/11/2019
PCRE (PHP <7.3)
Almost ready!!!
Submitted by
anonymous
-
5 years ago
0
numbers between 100 & 99999 with optional decimal numbers, upto 2 decimal places
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
French avenue check
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
Even better UK postcode regex
PCRE (PHP <7.3)
includes mandatory whitespace for UK postcodes credit goes to the original version, this is improved with mandatory whitespace.
Submitted by
anonymous
-
5 years ago
0
Email Validator
Python
no description available
Submitted by
anonymous
-
5 years ago
0
Sport Match result
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
English Avenue pattern
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
Names and Shortnames
ECMAScript (JavaScript)
validating names and short names
Submitted by
anonymous
-
5 years ago
0
^ Operador
ECMAScript (JavaScript)
El operador ^ cuando este operador se usa dentro de unos corchetes significa que se niega la expresión que se solicita si se usa sin los corchetes significa que asi debe de empezar una expresión dada
Submitted by
Jesus
-
5 years ago
0
FOREACH
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Oracle Create Table
PCRE (PHP <7.3)
Oracle Create Table
Submitted by
anonymous
-
5 years ago
0
Fizl tag parsing
Python
The fizl tool for Tex coherence checking supports %[tag] elements
Submitted by
anonymous
-
5 years ago
1
...
290
291
292
293
294
...
900
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
[
0
-
9
]
{2,3}
\.
[
0
-
9
]
{2,3}
\.
[
0
-
9
]
{2,3}
\.
[
0
-
9
]
{2,3}
/
gm
Open regex in editor
Description
no description available
Submitted by
anonymous
-
5 years ago