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
Find and remove search facets so as to extract precise search keywords
PCRE (PHP <7.3)
Search facets are patterned like TAXONOMY:60047, GO:GO:34566, disease:"Alzheimer's Disease", modellingapproach:"Petri-net", so on. A query string is often made up search keywords and these facets. To extract precise search keywords, we get rid of those facets and the rest of the query string is sear...
Submitted by
anonymous
-
6 years ago
0
RĂ©aliste
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
DevOps
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
position L1
Python
no description available
Submitted by
anonymous
-
6 years ago
0
Links match
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Match file name no sub folder
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Match on p & indd
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
tcx
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
body tcx, indd|qxp|qxd
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
body, p, indd|qxp|qxd
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
body, p, idml, indb, indt
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
https://stackoverflow.com/questions/50503122/regex-to-validate-the-conditions-evaluation-logic-which-is-defined-by-user/55913082#55913082
ECMAScript (JavaScript)
lol
Submitted by
piterden
-
3 years ago
0
state
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
test email STELIA deleted
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
System Family Type Name Convention
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
ynmo-target-name
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
Avoid repeating characters
PCRE (PHP <7.3)
^(?!.*(\w)\1{1,}).+$
Submitted by
anonymous
-
6 years ago
0
Links match, all, p
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Links all, tcx
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Links all, tcx
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
1
...
555
556
557
558
559
...
900
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
^
(
.
*
?
)
\/
(?<mnemonic>
.
{2,8}
?
)
_
(?<isbn>
\d
{13}
)
_
(?<primaryId>
all
|
tx
\d
{0,3}
|
lay
\d
{0,3}
|
c0
\d
{1,2}
|
c
[^
0
]
\d
{1,2}
?
)
_
(?<secondaryId>
tcx
\d
{0,3}
)
(?:
_r
(?<revisionNumber>
\d
+
)
)?
\.
(?<extension>
indd
|
qxp
|
qxd
)
$
/
gm
Open regex in editor
Description
no description available
Submitted by
anonymous
-
6 years ago