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
Highest Score
Lowest Score
Most upvotes
Most downvotes
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 12,880 community submitted regex patterns...
1
Telefones
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
CPFs
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
touching bug
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
Regex de Nome
PCRE (PHP <7.3)
Aceita até 7 palavras, podendo conter acento, e com espaço entre elas
Submitted by
anonymous
-
4 years ago
1
string end (_B--1234)
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
Carfax job name
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
Find If a user agent is likely to be a phone or tablet
PCRE (PHP <7.3)
This regular expression will find key word in a user agent and to easily flag them has a phone or tablet.
Submitted by
anonymous
-
4 years ago
1
Export WP
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
1
need to ask partial
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
consnum
PCRE (PHP <7.3)
Partner2 access log Nginx
Submitted by
anonymous
-
4 years ago
1
US Cellphone Match
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
UserConfiguration.xml
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
Ghasedak RECEIVE SMS Packet HTTP
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
Stardust: NL DE US GB ES promo page
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
stardust pdp uk en us
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
LaTeX Greek letters
PCRE (PHP <7.3)
Recognises all LaTeX Greek letter variants (e.g. \pi \Pi \varpi) while excluding invalid variants as defined here: https://www.overleaf.com/learn/latex/List_of_Greek_letters_and_math_symbols
Submitted by
anonymous
-
4 years ago
1
imdb watchlist json
PCRE (PHP <7.3)
IMDB public watchlist extractor REACT JSON state
Submitted by
anonymous
-
4 years ago
1
replace variable with accessor
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
Identify TD in Style for Excel-TextAngularJS
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
1
Url validator
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
...
563
564
565
566
567
...
644
Fixo LDN CSP e SEM CSP
9
Regular Expression
PCRE (PHP <7.3)
/
^
0
(
[
1
-
9
]
{2}
)
(
[
1
-
9
]
{2}
)
(
[
2
-
3
]
{1}
)
(
[
0
-
9
]
{3}
)
(
[
0
-
9
]
{4}
)
$
|
(
[
1
-
9
]
{2}
)
(
[
2
-
3
]
{1}
)
(
[
0
-
9
]
{3}
)
(
[
0
-
9
]
{4}
)
$
/
Open regex in editor
Description
no description available
Submitted by
Marcos Müller
-
10 years ago