in reply to Re^2: \q quote-matching operator
in thread \q quote-matching operator

If you want to match any quoting character, \q isn't the way to go. [:quote:] would be more appropriate. But I think that the advantage is way too small that p5p would give it any consideration (rightly so, I'd say). Of course, if there would be a Unicode property for that group of characters, you could use \p{UNICODE PROPERTY HERE}.

Replies are listed 'Best First'.
Re^4: \q quote-matching operator
by diotalevi (Canon) on Oct 13, 2005 at 19:27 UTC

    Its spelled \p{Quotation_Mark}