Browse code

docs: updated signature doc on backward compatiblity issue with PCRE subsigs

Kevin Lin authored on 2015/07/17 01:08:38
Showing 1 changed files
... ...
@@ -601,6 +601,7 @@ clamav-wide-C0;Target:0;0&1;414141;68656c6c6f/iwfa
601 601
     self-referential and cannot refer to subsequent subsignatures.
602 602
     \item \verb+PCRE+ is the expression representing the regex to execute. \verb+PCRE+
603 603
     must be delimited by '/' and usage of '/' within the expression need to be escaped.
604
+    For backward compatibility, ';' within the expression must be expressed as '\verb+\x3B+'.
604 605
     \verb+PCRE+ cannot be empty and (?UTF*) control sequence is not allowed. If debug is specified,
605 606
     named capture groups are displayed in a post-execution report.
606 607
     \item \verb+Flags+ are a series of characters which affect the compilation and execution