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
Date or empty
PCRE (PHP <7.3)
Matches either date in 1111-11-11 format or empty string
Submitted by
anonymous
-
4 years ago
0
XML Parser
PCRE (PHP <7.3)
This is just for fun, clearly a terrible idea.
Submitted by
anonymous
-
4 years ago
0
SQLA example
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
rodne cislo
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Accented / Diacritics
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
Microsites
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Account Numbers between ()
ECMAScript (JavaScript)
Find account numbers between () of any length including where they include . or - or /
Submitted by
anonymous
-
4 years ago
0
Only IQOS.com
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Extract View Type
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Catch Hostname
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Extract Domain from GA view
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Words that contains foo or bar, but not spam or eggs
Python
no description available
Submitted by
anonymous
-
4 years ago
0
X12 ou X13 file
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Jest
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
Eastlink IPPay Sale Response
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
PRGX accountID from Jira
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
sln File
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Test2
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
MARKED - 03-03-2020 - GTCR Fund XI-A LP - PAPEF VII - DIST.pdf - 28
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Lexr Scheme
Python
no description available
Submitted by
anonymous
-
4 years ago
1
...
277
278
279
280
281
...
900
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
(
^
ATech::
[^
\|
]
+
)
(?:
\|\|
)
(
POC::
[^
\|
]
+
)
(?:
\|\|
)
(
SvcT::
[^
\|
]
+
)
(?:
\|\|
)
(
TicP::
[^
\|
]
+
)
(?:
\|\|
)
(
Note::
.
+
$
)
/
gm
Open regex in editor
Description
no description available
Submitted by
anonymous
-
4 years ago