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,040 community submitted regex patterns...
0
Foundational Offering URLs
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Foundational Offering URLs
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Growth Offering URLs
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
USA cities with special characters
ECMAScript (JavaScript)
this should cover all USA cities with special characters as per https://en.wikipedia.org/wiki/List_of_U.S._cities_with_diacritics
Submitted by
Pavel Dominguez
-
4 years ago
0
Get h2
PCRE2 (PHP >=7.3)
Wyciąga treść z nagłówków h2.
Submitted by
anonymous
-
4 years ago
(Last modified 4 years ago)
1
Factorisation.
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
2
Persian Mobile Number
PCRE (PHP <7.3)
Persian Mobile Number Matching Iran's international phone code is +98 and sometimes people use 0098. All mobile numbers starts with 9 after the code. So this pattern matches exactly a sequence of characters which starts with one of +989, 0098 or 09 prefixes and total count of characters after thes...
Submitted by
anonymous
-
4 years ago
0
Name Matching
ECMAScript (JavaScript)
lookahead
Submitted by
Gihan Wijesundara
-
4 years ago
0
Inzidenz Aachen
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
-2
Url regex
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Url
Python
no description available
Submitted by
anonymous
-
4 years ago
0
ARVE x
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
match specific functions
PCRE (PHP <7.3)
Source: https://stackoverflow.com/questions/27019696/regex-to-match-specific-functions-and-their-arguments-in-files
Submitted by
anonymous
-
4 years ago
0
1st regex
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
cfgattr
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
kettle log -> fluentd
PCRE2 (PHP >=7.3)
no description available
Submitted by
paskal
-
4 years ago
0
Akamai Regex for valid geo traffic
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
jeems
PCRE2 (PHP >=7.3)
ndsd.log
Submitted by
Jim Willeke
-
4 years ago
0
single-quoted string with escapes
Python
no description available
Submitted by
anonymous
-
4 years ago
0
MYISAM
Golang
no description available
Submitted by
anonymous
-
4 years ago
1
...
245
246
247
248
249
...
902
Community Library Entry
0
Regular Expression
Python
r"
^
(
(
(
(
0
?
[
1
-
9
]
)
|
(
[
1,2
]
[
0
-
9
]
)
|
3
[
0,1
]
)
\.
(
(
0
?
[
1,3,5,7,8
]
)
|
10
|
12
)
)
|
(
(
(
0
?
[
1
-
9
]
)
|
(
[
1,2
]
[
0
-
9
]
)
|
30
)
\.
(
(
0
?
[
2,4,6,9
]
)
|
11
)
)
)
\.
[
0
-
9
]
{4}
$
"
mg
Open regex in editor
Description
no description available
Submitted by
Krynce
-
4 years ago