Function Word-Char-P

Part of:

package cl-ppcre
( word-char-p < chr > )

Tests whether a character is a “word” character.
In the ASCII charset this is equivalent to a-z, A-Z, 0-9, or _,
i.e. the same as Perl's [\w].