Add some indices for regexp character classes
* doc/lispref/searching.texi (Char Classes): Add some concept index entries for a handful of character classes (bug#32430).
This commit is contained in:
parent
4b73c0cde6
commit
3e2e2aa450
1 changed files with 4 additions and 0 deletions
|
@ -577,6 +577,10 @@ an unquoted @samp{[} is special again and a @samp{]} not.
|
|||
@node Char Classes
|
||||
@subsubsection Character Classes
|
||||
@cindex character classes in regexp
|
||||
@cindex ascii character class, regexp
|
||||
@cindex alnum character class, regexp
|
||||
@cindex alpha character class, regexp
|
||||
@cindex xdigit character class, regexp
|
||||
|
||||
Here is a table of the classes you can use in a character alternative,
|
||||
and what they mean:
|
||||
|
|
Loading…
Add table
Reference in a new issue