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
ASC file regex
PCRE (PHP <7.3)
no description available
Submitted by
AAndreev
-
7 years ago
0
Supprimer les retour chariot entre 2 guillemets
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Lab1 compact
Python
no description available
Submitted by
anonymous
-
7 years ago
0
Lab1 pas compact
Python
no description available
Submitted by
anonymous
-
7 years ago
0
mac address
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
wtb
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
regex log syslog
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Search string with simple * wildcarding at beginning and end allowed
PCRE (PHP <7.3)
Search string which allows wildcard (*) at beginning and or end, but not in between. Search string itself allows almost any character but *
Submitted by
Tom42
-
7 years ago
0
Comics - Issues
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Match HTML comments
PCRE (PHP <7.3)
no description available
Submitted by
padre629
-
7 years ago
0
Regular expression to match all special characters except
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Date January 5, 2016 Match with Capturing
PCRE (PHP <7.3)
Date January 5, 2016 Match
Submitted by
anonymous
-
7 years ago
0
Amazon order tracking
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Amazon order tracking link extractor from email plain text source
PCRE (PHP <7.3)
no description available
Submitted by
Sandeep Patel
-
7 years ago
0
remove xxxx:nil="true...
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
MQTT path parsing
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
NĂºmero al final de un string...
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
C++ R-String literal
PCRE (PHP <7.3)
Matches a valid C++ R-String literal, e.g. R"==(some literal text)=="
Submitted by
anonymous
-
7 years ago
0
Row without space
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Extract the only the Nth field from a delimited string
PCRE (PHP <7.3)
The aim of this regex is to extract only the Nth field from a delimited string. In the example provided the delimited is the pipe character. You will have to substitute the pipe character for whatever delimiter you are using.
Submitted by
0jag
-
7 years ago
1
...
419
420
421
422
423
...
900
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
(?!
(
(
[^
"
]
*
"
){2}
)*
[^
"
]
*
$
)
\n
+
/
g
Open regex in editor
Description
no description available
Submitted by
anonymous
-
7 years ago