The \\w class expands to [a-zA-Z0-9_]. What is the suggested way to \'add on\' to a character class. For example, to get \'numbers, digits, or peri
\\w
[a-zA-Z0-9_]