Function isLowerWordChar

Returns true whether ch is a lower alphabetic unicode char or _

bool isLowerWordChar (
  dchar ch
) nothrow @safe;