From 828cd4c145b1c4ae8c32e4256ceb809b112df851 Mon Sep 17 00:00:00 2001 From: Taylan Kammer Date: Fri, 29 May 2026 14:02:24 +0200 Subject: Strings allow "\x;" i.e. empty hex escape. --- docs/c1/1-parse.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/c1/1-parse.md') diff --git a/docs/c1/1-parse.md b/docs/c1/1-parse.md index 7df2225..f6d677a 100644 --- a/docs/c1/1-parse.md +++ b/docs/c1/1-parse.md @@ -379,7 +379,7 @@ strings. (Some rows use Regular Expression notation.) +-----------------------------------+------------------------------+ | e | ASCII Escape | +-----------------------------------+------------------------------+ - | RE: /x([0-9a-fA-F]{2})+;/ | Arbitrary bytes in hex | + | RE: /x([0-9a-fA-F]{2})*;/ | Arbitrary bytes in hex | +-----------------------------------+------------------------------+ | RE: /u[0-9a-fA-F]+;/ | Unicode scalar as UTF-8 | +-----------------------------------+------------------------------+ -- cgit v1.2.3