Fix description of ANY to say that ASCII NUL is excluded.
This commit is contained in:
parent
90cf44f3b9
commit
e7585fb617
|
@ -290,7 +290,8 @@ set brackets are \ex{("} and \ex{")}.
|
|||
\paragraph{Wild card}
|
||||
|
||||
Another simple SRE is the symbol \ex{any},
|
||||
which matches any single character---including newline and \textsc{Ascii} nul.
|
||||
which matches any single character---including newline, but excluding
|
||||
ASCII NUL.
|
||||
|
||||
|
||||
\paragraph{Sequences}
|
||||
|
|
Loading…
Reference in New Issue