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
AD12345678
PCRE (PHP <7.3)
Text with prefix AD and postfix 8 munbers only
Submitted by
Pratheesh PS
-
9 years ago
1
Dutch postcode validation
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
AppDataExclusions
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
asmblah/parsing: Matching markdown code fences
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
1
$rows labeller
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
Replace TODOS in JetBrains IntelliJ products
ECMAScript (JavaScript)
arised while creating a build gulp task
Submitted by
David Enke <post@davidenke.de>
-
9 years ago
2
ukrainian alphabet
PCRE (PHP <7.3)
no description available
Submitted by
benderlio
-
9 years ago
0
Filename for download request, contaions persian charachters too
ECMAScript (JavaScript)
no description available
Submitted by
Saeed.Tabrizi@gmail.com
-
9 years ago
1
Cron
PCRE (PHP <7.3)
no description available
Submitted by
tw
-
9 years ago
1
regexperiment
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
email validation
PCRE (PHP <7.3)
Validate Email in progress
Submitted by
Chanpreet
-
9 years ago
1
Simple URL Regex
PCRE (PHP <7.3)
Regex for http/https/ftp or only domain url Examples: https://example.domain/page?=78 http://example.domain/page?=78 ftp://192.168.0.1:80...
Submitted by
Adrien H
-
9 years ago
0
VML Object
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
locale regex
PCRE (PHP <7.3)
find en_US in the string
Submitted by
anonymous
-
9 years ago
1
test
Python
no description available
Submitted by
anonymous
-
9 years ago
1
Id token
PCRE (PHP <7.3)
Token to get the id, tarea 3 compiladores
Submitted by
Iker Arbulu Lozano
-
9 years ago
1
RFC VALIDATOR
PCRE (PHP <7.3)
PERSONAL NUMBER TO PAY TAXES IN MEXICO
Submitted by
GORETTI
-
9 years ago
2
Bitstream with not more than 4 repeating bits
PCRE (PHP <7.3)
0111100 will be matched whereas 0111110 will not. Change \1{4} to max repeating count. For max 9 repeating -> \1{9}
Submitted by
anonymous
-
9 years ago
1
s
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
IME14
ECMAScript (JavaScript)
Remove RJN.P and LALT.OQ
Submitted by
HZ
-
9 years ago
1
...
737
738
739
740
741
...
900
Community Library Entry
0
Regular Expression
ECMAScript (JavaScript)
/
\(
?
(
[
0
-
9
]
{3}
)
\)
?
(
[
.-
]
?
)
(
[
0
-
9
]
{3}
)
\2
(
[
0
-
9
]
{4}
)
/
gm
Open regex in editor
Description
no description available
Submitted by
anonymous
-
4 years ago