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:
parent
9a31296b3e
commit
a11772c617
3 changed files with 24 additions and 13 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue