Function isWordChar

Returns true whether ch is an alphabetic unicode char or _

bool isWordChar (
  dchar ch
) nothrow @safe;