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 11,440 community submitted regex patterns...
1
regexClassDefinitionJava
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
URL Regex
PCRE (PHP <7.3)
Modified version of the spoon library
Submitted by
anonymous
-
9 years ago
0
Float Representations
PCRE (PHP <7.3)
no description available
Submitted by
S-YOU
-
9 years ago
1
url regex
PCRE (PHP <7.3)
no description available
Submitted by
design1online.com, LLC
-
9 years ago
1
Advent of Code Day 6
PCRE (PHP <7.3)
Parses the problem input for Advent of Code Day 6 into useful capture groups. http://adventofcode.com/day/6
Submitted by
Andrew Hoffmann
-
9 years ago
1
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
po regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
Valid Date or N/A
PCRE (PHP <7.3)
Validates date or allows "n/a" input and variations
Submitted by
David Avellan
-
9 years ago
0
Credit Card Validator
PCRE (PHP <7.3)
For Visa, Mastercard, Discover, and AMEX
Submitted by
David Avellan
-
9 years ago
1
float-number
PCRE (PHP <7.3)
no description available
Submitted by
ricky
-
9 years ago
1
sY6vB5
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
Simple telephone regex
PCRE (PHP <7.3)
Includes simple country and city code, regex will only work for 7 digit telephone numbers in following formats: +xxxxxxxxxx +x(xxx)xxxxxx +xxx(xxx)xxx-xx-xx
Submitted by
Jacob
-
9 years ago
1
eE5iG4
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
WastefulInterpolation
PCRE (PHP <7.3)
Finds interpolated strings in scala code that do not contain any variables.
Submitted by
Sascha Kolberg
-
9 years ago
1
extract word from string
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
company name_adr1_adr2
PCRE (PHP <7.3)
CompanyName Address1 Address2
Submitted by
SFR
-
9 years ago
1
WP URL Rewrites
PCRE (PHP <7.3)
Reviews Pages
Submitted by
John Farrar
-
9 years ago
0
Remove Javascript Single Line Comment
PCRE (PHP <7.3)
Yancharuk's code/regex
Submitted by
Yancharuk
-
9 years ago
1
Busca Comentario
PCRE (PHP <7.3)
pega todos os comentarios do Delphi
Submitted by
JoaoFabioMA
-
9 years ago
1
php $_REQUEST, $_POST, $_GET
PCRE (PHP <7.3)
all instances of $_REQUEST, $_POST and $_GET. globally, case-insensitive
Submitted by
localhost8080
-
9 years ago
1
...
123
124
125
126
127
...
572
Community Library Entry
1
Regular Expression
Python
r"
(
(
25
[
0
-
5
]
|
2
[
0
-
4
]
[
0
-
9
]
|
[
01
]
?
[
0
-
9
]
[
0
-
9
]
?
)
\.
){3}
(
25
[
0
-
5
]
|
2
[
0
-
4
]
[
0
-
9
]
|
[
01
]
?
[
0
-
9
]
[
0
-
9
]
?
)
"
Open regex in editor
Description
no description available
Submitted by
Jacob
-
11 years ago