Character

Undocumented in source.

Constructors

this
this(char c)
Undocumented in source.

Members

Aliases

isWhiteSpace
alias isWhiteSpace = isWhitespace
Undocumented in source.

Functions

charValue
dchar charValue()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

TYPE
Class TYPE()
Undocumented in source. Be warned that the author may not have intended to support it.
isDigit
bool isDigit(dchar c)
Undocumented in source. Be warned that the author may not have intended to support it.
isIdentifierIgnorable
bool isIdentifierIgnorable(char ch)
Undocumented in source. Be warned that the author may not have intended to support it.
isJavaIdentifierPart
bool isJavaIdentifierPart(char ch)
Undocumented in source. Be warned that the author may not have intended to support it.
isLetter
bool isLetter(dchar c)
Undocumented in source. Be warned that the author may not have intended to support it.
isLetterOrDigit
bool isLetterOrDigit(dchar c)
Undocumented in source. Be warned that the author may not have intended to support it.
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.

isUnicodeIdentifierPart
bool isUnicodeIdentifierPart(char ch)
Undocumented in source. Be warned that the author may not have intended to support it.
isUnicodeIdentifierStart
bool isUnicodeIdentifierStart(char ch)
Undocumented in source. Be warned that the author may not have intended to support it.
isUpperCase
bool isUpperCase(dchar c)
Undocumented in source. Be warned that the author may not have intended to support it.
isWhitespace
bool isWhitespace(dchar c)

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

toLowerCase
dchar toLowerCase(dchar c)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
String toString(char c)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
String toString(wchar c)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
String toString(dchar c)
Undocumented in source. Be warned that the author may not have intended to support it.
toUpperCase
dchar toUpperCase(dchar c)
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

MAX_RADIX
int MAX_RADIX;
Undocumented in source.
MIN_RADIX
int MIN_RADIX;
Undocumented in source.

Meta