Regular Expressions: How to Express \w Without Underscore May 11, 2023 by Tarik the following character class (in Perl) [^\W_] \W is the same as [^\w]