isSpace

Returns true if the character is whitespace according to the XML standard

Only the following characters are considered whitespace in XML - space, tab, carriage return and linefeed

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

Parameters

c dchar

the character to be tested

Meta

Suggestion Box / Bug Report