[ < ] | [ > ] | [ << ] | [Plus haut] | [ >> ] | [Top] | [Table des matières] | [Index] | [ ? ] |
Here is a table of the classes you can use in a character alternative, and what they mean:
This matches any ASCII character (codes 0–127).
This matches any letter or digit. (At present, for multibyte characters, it matches anything that has word syntax.)
This matches any letter. (At present, for multibyte characters, it matches anything that has word syntax.)
This matches space and tab only.
This matches any ASCII control character.
This matches ‘0’ through ‘9’. Thus, ‘[-+[:digit:]]’ matches any digit, as well as ‘+’ and ‘-’.
This matches graphic characters—everything except ASCII control characters, space, and the delete character.
This matches any lower-case letter, as determined by the current case table (voir la section The Case Table).
This matches any multibyte character (voir la section Text Representations).
This matches any non-ASCII character.
This matches printing characters—everything except ASCII control characters and the delete character.
This matches any punctuation character. (At present, for multibyte characters, it matches anything that has non-word syntax.)
This matches any character that has whitespace syntax (voir la section Table of Syntax Classes).
This matches any unibyte character (voir la section Text Representations).
This matches any upper-case letter, as determined by the current case table (voir la section The Case Table).
This matches any character that has word syntax (voir la section Table of Syntax Classes).
This matches the hexadecimal digits: ‘0’ through ‘9’, ‘a’ through ‘f’ and ‘A’ through ‘F’.
[ < ] | [ > ] | [ << ] | [Plus haut] | [ >> ] | [Top] | [Table des matières] | [Index] | [ ? ] |
Ce document a été généré par Eric Reinbold le 13 Octobre 2007 en utilisant texi2html 1.78.