isLetter

Returns true if the character is a letter according to the XML standard

@safe @nogc nothrow pure
bool
isLetter
(
dchar c
)

Parameters

c dchar

the character to be tested

Meta

Standards

XML 1.0