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
Czech ZIP (PSČ)
PCRE (PHP <7.3)
Czech PSČ regexp
Submitted by
anonymous
-
5 years ago
0
js autocomplete
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
SS# Regex v2
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
RFC 3986 Valid URL
PCRE (PHP <7.3)
Taken from Regex DB
Submitted by
anonymous
-
5 years ago
0
Email if then else
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
tag urls
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
https://regex101.com/r/edPG4P/1
Python
needs to be modified for use in python by this code example note use of {3 } and additional parenthesis around the import re nigeRegex = re.compile(r'((\d{3}-)?\d{3}-\d{4}(,)?){3}') nigeRegex.search('My numbers are 415-555-1234,555-4242,212-555-0000')
Submitted by
anonymous
-
5 years ago
0
https://regex101.com/r/edPG4P/1
Python
needs to be modified for use in python by this code example note use of {3 } and additional parenthesis around the import re nigeRegex = re.compile(r'((\d{3}-)?\d{3}-\d{4}(,)?){3}') nigeRegex.search('My numbers are 415-555-1234,555-4242,212-555-0000')
Submitted by
anonymous
-
5 years ago
0
MikroTik firewall logs
Golang
Used with Azure Log Analytics
Submitted by
anonymous
-
5 years ago
0
jekyll-preprocess
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
xicuc
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
jekyll-process3
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
jekyl-process2
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
telegraf.conf
Python
no description available
Submitted by
anonymous
-
5 years ago
0
Match Nested Parentheses v1
PCRE (PHP <7.3)
This can match up to 10 nested parentheses.
Submitted by
anonymous
-
5 years ago
0
insert sql grouped
PCRE (PHP <7.3)
Find all insert sql grouped by columns and values
Submitted by
anonymous
-
5 years ago
0
Членские взносы
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
query_string
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
CHH-LP
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
hypo-interagovany-formular
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
1
...
419
420
421
422
423
...
900
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
@
(?<=
/
)
{
(?<var>
[
a
-
z0
-
9_
]
+
)
:
?
(?<reg>
(?:
(?:
\[
{0,1}
[
\w\d
\-\\\.
/
]
+
\]
{0,1}
(?:
\+
|
\*
|
{
(?:
[
0
-
9
]
+
|
[
0
-
9
]
+
,
[
0
-
9
]
*
)
}
)?
)+
|
(?:
\(
{0,1}
[
\w\d
\-\\\.
/
\[\]
]
+
\)
{0,1}
(?:
\+
|
\*
|
{
(?:
[
0
-
9
]
+
|
[
0
-
9
]
+
,
[
0
-
9
]
*
)
}
)?
)+
)+
|)
}
(?=
\s
*
(?:
/
|
$
)
)
@
ixg
Open regex in editor
Description
no description available
Submitted by
Raphael Quintao
-
4 years ago
(Last modified 4 years ago)