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
Movie Titles
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
link files using bracket syntax -- vscode
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
Master Spark URL validation
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
XML pretty print
PCRE (PHP <7.3)
This is my attempt at using Regex to "pretty print" a poorly formatted xml file. So far it can indent the contents of a tag a single layer deep
Submitted by
Josh Clark
-
4 years ago
0
Match <a href=...> attributes containing certain words.
ECMAScript (JavaScript)
Matches all URLs inside of href attributes which start with "http(s)" and contain either "apply" or "applica".
Submitted by
Jan Prazak
-
4 years ago
0
CPF
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
(Last modified 4 years ago)
0
Password Strength Check - All Unicode - JS
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
head <link> parser
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
A name of a csv file in digits 6 chars long, 10 chars in total
PCRE2 (PHP >=7.3)
Find any flaws? ignore case = true global = false "123456.csv" assert true
Submitted by
anonymous
-
4 years ago
0
Trim leftLeading and righEnding spaces
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
world phone number
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
phoneNumber without +
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
Check version YY.MM.DD.Increment
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
test
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
format text step 1
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
Credit Cards
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
select digit
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
ip address
ECMAScript (JavaScript)
ip address
Submitted by
anonymous
-
4 years ago
0
SCIP nummer
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Email Verify Check
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
1
...
234
235
236
237
238
...
900
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
^
(
0
[
1
-
9
]
|
[
1
-
2
]
[
0
-
9
]
|
3
[
0
-
1
]
)
(
0
[
1
-
9
]
|
1
[
0
-
2
]
)
[
0
-
9
]
{2}
-
[
0
-
9
]
{4}
$
/
gm
Open regex in editor
Description
no description available
Submitted by
anonymous
-
5 years ago