doc: remove mention of raw string pattern

Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
Yuxuan Shui 2022-07-18 19:04:37 +01:00
parent db6f11624b
commit 896acabab1
No known key found for this signature in database
GPG Key ID: D3A4405BE6CC17F4
1 changed files with 0 additions and 2 deletions

View File

@ -329,8 +329,6 @@ Examples:
_NET_FRAME_EXTENTS@[2]:32c < 20 || !_NET_FRAME_EXTENTS@:32c
# The pattern here will be parsed as "dd4"
name = "\x64\x64\o64"
# The pattern here will be parsed as "\x64\x64\x64"
name = r"\x64\x64\o64"
LEGACY FORMAT OF CONDITIONS