isDigit

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

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

Parameters

c dchar

the character to be tested

Meta

Suggestion Box / Bug Report