Please enable JavaScript to use regex101
/
^
r
e
g
e
x
[
\
-
_
]
?
1
0
1
$
/
i
Regular
Expressions
101
Regular
Expressions
101
Upgrade to Pro
Enterprise
Regular Expression
/
(?<=(["']\b))(?:(?=(\\?))\2.)*?(?=\1)
/
g
Test String
New
Hello Colm "This is a test" "This is also an NL test" 'And this has an escaped quote don\'t in it ' Blue Boy "This has a single quote ' but doesn\' end the quote as it started with double quotes" "Foo Bar" "Another Value" something else
Extraction
Processing...