Next: Space Operators, Up: GNU Operators [Contents][Index]
The operators in this section require Regex to recognize parts of words.
Characters that are part of words, which are called
word-constituent, are letters, digits, and the underscore
(‘_’); more precisely, any character in the POSIX class
alnum
in the current locale, or underscore.