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
method
Python
no description available
Submitted by
anonymous
-
7 years ago
0
jenkins plugin scan
Python
no description available
Submitted by
anonymous
-
7 years ago
0
Fair calc
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Last Name & Comma Regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Last Name & Comma Regex
Golang
no description available
Submitted by
anonymous
-
7 years ago
0
getfreessimg
Golang
no description available
Submitted by
anonymous
-
7 years ago
0
Example 1 - Separation of Word from Punctuation
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Regex find url between tags [file]
PCRE (PHP <7.3)
no description available
Submitted by
rohmad-st
-
7 years ago
0
test
Python
no description available
Submitted by
anonymous
-
7 years ago
0
URL detector
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Taller 1 ID
Python
no description available
Submitted by
anonymous
-
7 years ago
0
Gulp Blackbox Everything Else
ECMAScript (JavaScript)
Only step through your gulpfile, not Node JS or plugin code! Use Paste this pattern in Chrome Dev Tools under Settings > Blackbox Debug your gulpfile with node --inspect-brk .
Submitted by
anonymous
-
7 years ago
0
Detect RGB greys
ECMAScript (JavaScript)
Finds greys by checking if R, G, B values are equal
Submitted by
anonymous
-
7 years ago
0
splunk syslog isilon node changed to down
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
URL-Test
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
gültiger Timestamp
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
suffix doppelt
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
Betreffzeile auflösen
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
Clean URL with ID at the end
PCRE (PHP <7.3)
Regular expression to replace and remove ID at the end for Google Analytics
Submitted by
anonymous
-
7 years ago
0
Betreffzeile auflösen
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
1
...
470
471
472
473
474
...
900
Community Library Entry
0
Regular Expression
ECMAScript (JavaScript)
/
(
(?:
\+
|
00
)
[
17
]
(?:
|
\-
|
\.
)?
|
(?:
\+
|
00
)
[
1
-
9
]
\d
{0,2}
(?:
|
\-
|
\.
)?
|
(?:
\+
|
00
)
1
\-
\d
{3}
(?:
|
\-
|
\.
)?
)?
(
0
\d
|
\(
[
0
-
9
]
{3}
\)
|
[
1
-
9
]
{0,3}
)
(?:
(
(?:
|
\-
|
\.
)
[
0
-
9
]
{2}
){4}
|
(
(?:
[
0
-
9
]
{2}
){4}
)
|
(
(?:
|
\-
|
\.
)
[
0
-
9
]
{3}
(?:
|
\-
|
\.
)
[
0
-
9
]
{4}
)
|
(
[
0
-
9
]
{7}
)
)
/
g
Open regex in editor
Description
no description available
Submitted by
anonymous
-
7 years ago