Regular Expressions 101

Community Patterns

123...6

Replaces odd number of quotes with even number of quotes.

1

Regular Expression
PCRE (PHP <7.3)

/
((?<!")(?:"")*"(?!"))
/
g

Description

no description available

Submitted by ingredient_15939 - 10 years ago