isNameStartChar

fnbool isNameStartChar(char c) @safe nothrow pure

Returns true if c is an XML 1.0 NameStartChar (ASCII subset).

Covers letters, '_', and `':'`. Does not cover full Unicode ranges; see the XML 1.0 specification production [4] for the complete set.