Character

Members

Static functions

isSpace
bool isSpace(dchar c)

Determines if the specified character is ISO-LATIN-1 white space.

isSpaceChar
bool isSpaceChar(dchar c)

Determines if the specified character is a Unicode space character.

isWhitespace
bool isWhitespace(dchar c)

Determines if the specified character is white space according to Java.

Meta