Please enable JavaScript to use this web application.
Regular
Expressions
101
Social
Social
Join the Discord community!
Follow me on twitter!
Send me an email
Donate
Donate
Donate through Paypal
Become a Github Sponsor
Info
Info
Find out what's new!
RegEx101 Wiki
Report bugs or make suggestions
What's new?
Loading content...
Close
Regex Editor
Regex Editor
Community Patterns
Community Patterns
Account
Account
Regex Quiz
Regex Quiz
Settings
Settings
Live Help
Live Help
Get help on Discord
Get help on IRC
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 (C#)
Rust
Sponsors
Community Patterns
Search among 11,660 community submitted regex patterns...
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
[Help] - need full match of a non valid comment blocks
Golang
no description available
Submitted by
anonymous
-
4 years ago
2019-10-01 23:39
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Join text to groups
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-10-02 12:49
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Quintiq Logging
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-10-02 13:42
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Quintiq Logging
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-10-02 13:43
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
oakjson parse
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-10-02 20:26
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
TEST
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-10-03 02:23
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
DATETIMESTAMP MISAHIN DATE - TIME
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-10-03 02:25
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
track back positive
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-10-03 07:09
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
boundary - check only words in text
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-10-03 07:50
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Policy numbers
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-10-03 11:58
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
boundary - check only words in text - Another version
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-10-03 08:00
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
CSS with [__canvas]
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-10-03 12:54
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Match any json content-type
PCRE (PHP <7.3)
This regex matches any json http content-type.
Submitted by
anonymous
-
4 years ago
2019-10-03 13:11
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
URI/URL
PCRE (PHP <7.3)
no description available
Submitted by
github.com/Dibasic
-
4 years ago
2019-10-03 21:33
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Equality Expression Supporting Signed Numbers and Decimal
PCRE (PHP <7.3)
Finds the components of an equality expression, expecting =,,>=,!= followed by an optionally signed number where the number can be an integer or a decimal (not considered a match if multiple decimals are found)
Submitted by
anonymous
-
4 years ago
2019-10-04 13:24
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Logs
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-10-04 17:50
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Email Parser (WIP)
PCRE (PHP <7.3)
Parses email addresses with names formatted as "name \" Still a WIP though
Submitted by
anonymous
-
4 years ago
2019-10-05 00:45
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
vgwort key to url
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-10-05 14:10
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
$kebab-case
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-10-06 05:57
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
sass variable
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-10-06 07:38
1
...
522
523
524
525
526
527
528
...
583
Public Phone
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Regular Expression
PCRE2 (PHP >=7.3)
/
(
7
|
8
)
(
\
|
-
)?
\(
?
9
\d
{2}
\)
?
(
\
|
-
)
\d
{2,3}
(
\
|
-
)?
\d
{2,3}
(
\
|
-
)?
\d
{2,3}
/
gm
Open regex in editor
Description
Loading markdown...
Submitted by
AlexVerkhov
-
2 years ago
2022-04-20 13:05