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 11,320 community submitted regex patterns...
0
FIle Name Compliant
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Kenyan phone number
PCRE (PHP <7.3)
Match against number sequence using international +254 or local 0 prefix.
Submitted by
m8r1x
-
6 years ago
0
international phonenumber parsing
PCRE (PHP <7.3)
based on (slightly) adopted regex from https://stackoverflow.com/a/20971688/1104502 It parses three groups: international code phone-number extension...
Submitted by
spex66
-
6 years ago
0
Base 64
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Unsigned Integer or Maximal Two-Digits Floating Point Input
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Unsigned Integer or Maximal Two-Digits Floating Point Input
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Integer (avoid more than 1 zero)
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Get up to the first 10 lines of a string
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Two or More Zeros
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Two or More Zeros
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
numbers
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
temperature range gb0008
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
freemarker xdocrender tag in xml file
PCRE (PHP <7.3)
it is not complete nor is it meant to be, I'm just using it to highlight some marker using vscode search function.
Submitted by
anonymous
-
6 years ago
0
Juices: Capri Sun
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
day-month-year regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
roman-number
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
ordinal-cardinal-number
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Natures-Own
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Standard email
PCRE (PHP <7.3)
Work in progress
Submitted by
Mark Green
-
6 years ago
0
street-number
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
1
...
113
114
115
116
117
...
566
entity
10
Regular Expression
Python
r"
{
(
[^
{}
]
*
)
\|
album}
"
Open regex in editor
Description
no description available
Submitted by
anonymous
-
9 years ago