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
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
0
Find all commas not in quotes
PCRE (PHP <7.3)
I like have a utility that I use to load records in a DB. I usually save of data as csv, but the utility uses a slightly different (in my opinion simpler) format. The default delimiter is a '|' character. So I need to convert all the commas in the csv to '|', but I don't want to convert commas th...
Submitted by
anonymous
-
6 years ago
0
名称规则
ECMAScript (JavaScript)
只能匹配汉字,数字,字母
Submitted by
anonymous
-
6 years ago
0
Acronym_Central
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
ip
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
capture oracle from ora_home
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
DVD Netflix Queue
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
external, indd
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
1
...
560
561
562
563
564
...
900
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
^
(
.
*
?
)
\/
(?<mnemonic>
.
{2,8}
?
)
_
(?<isbn>
\d
{13}
)
_
(?<primaryId>
.
+
?
)
_
(?<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