Fix description of ANY to say that ASCII NUL is excluded.

This commit is contained in:
sperber 2004-09-02 15:39:30 +00:00
parent 90cf44f3b9
commit e7585fb617
1 changed files with 2 additions and 1 deletions

View File

@ -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}