diff options
author | Clint Adams <clint@users.sourceforge.net> | 2001-09-09 06:17:02 +0000 |
---|---|---|
committer | Clint Adams <clint@users.sourceforge.net> | 2001-09-09 06:17:02 +0000 |
commit | a11772c6179c382b3be4cfa1c60ec723e625a5c1 (patch) | |
tree | f9611ea7bace719f3db3912457469161dbd640fa /Doc/Zsh | |
parent | 9a31296b3ef3a0101963eae3bd53e771e1150537 (diff) | |
download | zsh-a11772c6179c382b3be4cfa1c60ec723e625a5c1.tar.gz zsh-a11772c6179c382b3be4cfa1c60ec723e625a5c1.tar.xz zsh-a11772c6179c382b3be4cfa1c60ec723e625a5c1.zip |
15765: introduce [:ascii:] class
Diffstat (limited to 'Doc/Zsh')
-rw-r--r-- | Doc/Zsh/expn.yo | 1 |
1 files changed, 1 insertions, 0 deletions
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, |