os what is the full set of escape sequence that we should support?
Should we support following sequence?
\x{263a} long hex char (example: Unicode SMILEY)
\N{name} named Unicode character
\N{U+263D} Unicode character (example: FIRST QUARTER
\l lowercase next char (think vi)
\u uppercase next char (think vi)
\L lowercase till \E (think vi)
\U uppercase till \E (think vi)
\E end case modification (think vi)
\Q quote (disable) pattern metacharacters till \E
On 3月10日, 上午10時24分, Cheng-Hung Lin <
bruceli...@gmail.com> wrote:
> Because Snort adopts PCRE, we should refer tohttp://
perldoc.perl.org/perlre.htmlfor all escape sequences.
> Cheng-Hung Lin (林政宏)- 隱藏被引用文字 -
>
> - 顯示被引用文字 -