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
Highest Score
Lowest Score
Most upvotes
Most downvotes
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 2,280 community submitted regex patterns...
0
Match a string, except when the string is enclosed in double-quotes
Python
For example, when it is needed to match the string "Tarzan" (without the quotes), in "Tarzan and Jane", and "Jane and Tarzan", but not in "Tarzan" (with the quotes). The wanted string is in Group 1.
Submitted by
anonymous
-
7 years ago
0
Emoticons
Python
no description available
Submitted by
anonymous
-
7 years ago
0
nawiasy
Python
no description available
Submitted by
anonymous
-
7 years ago
0
ISO 8601 date
Python
designed to work specifically with the parser of the python dateutil package
Submitted by
anonymous
-
7 years ago
0
ISO 8601 date external
Python
http://www.pelagodesign.com/blog/2009/05/20/iso-8601-date-validation-that-doesnt-suck/
Submitted by
anonymous
-
7 years ago
0
Customer
Golang
no description available
Submitted by
anonymous
-
7 years ago
0
image cid
Golang
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
citations 1
Python
no description available
Submitted by
anonymous
-
7 years ago
0
split csv row
Python
no description available
Submitted by
anonymous
-
7 years ago
0
Match Hashtag names
Python
no description available
Submitted by
anonymous
-
7 years ago
0
Extract Experience
Python
Extract experience from job titles or job description text
Submitted by
vidyasagar
-
7 years ago
0
Storyshot mock finder
Python
no description available
Submitted by
anonymous
-
7 years ago
0
lightsail cli scp argument parsing
Golang
no description available
Submitted by
anonymous
-
7 years ago
0
IPA Matcher
Python
no description available
Submitted by
hakr14
-
7 years ago
0
finding case statements in select
Python
no description available
Submitted by
anonymous
-
7 years ago
0
Encuentra errores en diálogos de narrativa
Python
Esta expresión permite localizar la mayor parte de los errores que se comenten con las acotaciones de los diálogos.
Submitted by
Manuel Benet
-
7 years ago
0
thanks ___ lyrics
Python
no description available
Submitted by
anonymous
-
7 years ago
0
Angular commit
Golang
no description available
Submitted by
anonymous
-
7 years ago
0
Strip html tags
Python
no description available
Submitted by
anonymous
-
7 years ago
1
...
9
10
11
12
13
...
114
split csv row
0
Regular Expression
Python
r"
(?!
\"
[
a
-
zA
-
z0
-
9
\s
\.\(\)
]
*
)
(?:
,
|
,
\"
|
\"
,
)
(?!
[
a
-
zA
-
z0
-
9
\s
\.\(\)
]
*
\"
)
"
mgi
Open regex in editor
Description
no description available
Submitted by
anonymous
-
7 years ago