diff options
Diffstat (limited to 'docs/c1/1-parse.md')
| -rw-r--r-- | docs/c1/1-parse.md | 2 |
1 files changed, 1 insertions, 1 deletions
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 | +-----------------------------------+------------------------------+ |
