Home
Press ? for keyboard navigation
❮
Common characer classes
Character classes summary
❯
\D
\W
\S
Negated character class
[^abc]
matches any one character that is not 'a', not 'b' and not 'c'.
\D not digit [^\d]
\W not word character [^\w]
\S not white space [^\s]
Index (i)
Table of Contents (t)
Indexed keywords (k)
Chapter TOC (d)
Hide/Show (h)