1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-22 16:20:23 +02:00

15765: introduce [:ascii:] class

This commit is contained in:
Clint Adams 2001-09-09 06:17:02 +00:00
parent 9a31296b3e
commit a11772c617
3 changed files with 24 additions and 13 deletions

View file

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