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

Suggestion Box / Bug Report