supportsEscapedCharacters
If the pattern supports escaping control characters with ’'
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.