Regular Expressions 101

Community Patterns

Community Library Entry

0

Regular Expression
Created·2022-12-02 17:52
Flavor·PCRE2 (PHP)

/
(?:[^“”‘’]|\w)*?(?>)|(?:[^“”‘’]|\w)*?(?>)|(?:[^“”‘’]|\w)*?(?>)|'|"
/
gm
Open regex in editor

Description

Finds all unmatched smart quotes, double and single, but ignores close single smart quote when used as an apostrophe.

Submitted by Rich Meng