supportsEscapedCharacters

If the pattern supports escaping control characters with ’'

Pattern+Options.swift:30
var supportsEscapedCharacters: Bool

When true, a backslash character ( ’' ) in pattern followed by any other character shall match that second character in string. In particular, “\” shall match a backslash in string. Otherwise a backslash character shall be treated as an ordinary character.