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
ABSA MFA
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
<p>다음에 처음오는 문장
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
Romanian Exact Match
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
phone
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
rozpoznanie
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Add commas after every n characters
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
camunda regexps
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
Url Parse and Parts
ECMAScript (JavaScript)
Parse and split in groups URL parts https://www.pnukee.com.br:443/user/1?v=1#id Group 0 = Full entry (https://pnukee.com.br:80/user/1?v=1#id) Group 1 = Protocol = (http:// or https://)...
Submitted by
Eleison Christiano
-
7 years ago
0
Basic URL Validation - SEMrush
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Contributor extract
PCRE (PHP <7.3)
Extracting from page if a contributor is associated and if it is linked
Submitted by
billy watts
-
7 years ago
1
Matching email addresses per RFC5322
PCRE (PHP <7.3)
The BNF rules from RFC 5322 transformed to PCRE by Nikita Popov and described in the post http://nikic.github.io/2012/06/15/The-true-power-of-regular-expressions.html.
Submitted by
Michael Musson
-
7 years ago
0
Check VAT ID
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Find AEVA WebWiz self-referent links (working)
Python
Expression to locate AEVA Forum (http://forums.aeva.asn.au) internal links as part of a conversion process from WebWiz to phpBB This expression is currently working in this regex-tester, including picking up relative URLs Now excludes enclosing quotes for relative URLs ...
Submitted by
anonymous
-
7 years ago
0
Links without protocol
PCRE (PHP <7.3)
Heavily inpired by https://stackoverflow.com/questions/6038061/regular-expression-to-find-urls-within-a-string
Submitted by
anonymous
-
7 years ago
0
Facebook Groups and Meetup - Link Check - Group Data
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
ping statistics
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
https://sveterra.ru/
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
palo
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Storyshot mock finder
Python
no description available
Submitted by
anonymous
-
7 years ago
0
Dutch address (pretty good)
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
1
...
577
578
579
580
581
...
900
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
.
*
\d\s
(
\d
+
-
\d
+
-
\d
+
T
\d
+
:
\d
+
:
\d
+
)
(
\+
\d
+
:
\d
+
)
\s.
*
?
\s
(
\d
+
,
\d
+
\/
\d
+
\/
\d
+
)
.
*
?
.
*
?
.
*
?
(
\d
+
:
\d
+
:
\d
+
)
,
\d
+
,THREAT,
(
url
)
,
(
\d
+
,
\d
+
\/
\d
+
\/
\d
+
\d
+
:
\d
+
:
\d
+
)
,
(
\d
+
\.
\d
+
\.
\d
+
\.
\d
+
)
,
.
*
/
g
Open regex in editor
Description
no description available
Submitted by
anonymous
-
7 years ago