From a11772c6179c382b3be4cfa1c60ec723e625a5c1 Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Sun, 9 Sep 2001 06:17:02 +0000 Subject: 15765: introduce [:ascii:] class --- Doc/Zsh/expn.yo | 1 + 1 file changed, 1 insertion(+) (limited to 'Doc/Zsh') diff --git a/Doc/Zsh/expn.yo b/Doc/Zsh/expn.yo index 29bef50d9..834cb97c3 100644 --- a/Doc/Zsh/expn.yo +++ b/Doc/Zsh/expn.yo @@ -1178,6 +1178,7 @@ cindex(character classes) There are also several named classes of characters, in the form `tt([:)var(name)tt(:])' with the following meanings: `tt([:alnum:])' alphanumeric, `tt([:alpha:])' alphabetic, +`tt([:ascii:])' 7-bit, `tt([:blank:])' space or tab, `tt([:cntrl:])' control character, `tt([:digit:])' decimal digit, `tt([:graph:])' printable character except whitespace, -- cgit 1.4.1