The new pattern-matching engine in PAN-OS
10.0 does not support the regular expression (regex) character \C.
If you try to use this character in a pattern that is only compatible
with the new engine, you will see a warning when you try to save the
signature. Example of an invalid signature: ab\Cde Explanation:
Only the new engine allows you to create signatures with fewer than
seven literal characters. Example of a valid signature: ab\Cdefgh Explanation:
This signature is compatible with the former pattern-matching engine,
which matches \C to any literal character. |