Home | History | Annotate | Download | only in pcre

Lines Matching refs:quoted

483 // A meta-quoted string, interpreted as a pattern, should always match
486 string quoted = RE::QuoteMeta(unquoted);
487 RE re(quoted, options);
492 // quoted, should not generally match a string the unquoted string does.
495 string quoted = RE::QuoteMeta(unquoted);
496 RE re(quoted, options);
500 // Tests that quoted meta characters match their original strings,