sincerely Singaporean

If you have not done so, read this full tutorial on how to use SGEXTN to build an application.

SGXChar

[[nodiscard]] operator char() const;

SGXChar::SGXChar(int unicode);

SGXChar::SGXChar(char c);

[[nodiscard]] SGXChar SGXChar::getLowerLanguageAware() const;

[[nodiscard]] int SGXChar::getUnicode() const;

[[nodiscard]] SGXChar SGXChar::getUpperLanguageAware() const;

[[nodiscard]] int SGXChar::hash() const;

[[nodiscard]] bool SGXChar::isASCII() const;

[[nodiscard]] bool SGXChar::isDigit() const;

[[nodiscard]] bool SGXChar::isDigitBase16() const;

[[nodiscard]] bool SGXChar::isEnglishAlphanumeric() const;

[[nodiscard]] bool SGXChar::isEnglishLetter() const;

[[nodiscard]] bool SGXChar::isEnglishLowercase() const;

[[nodiscard]] bool SGXChar::isEnglishUppercase() const;

[[nodiscard]] bool SGXChar::isWhitespace() const;

[[nodiscard]] bool SGXChar::operator!=(char x) const;

[[nodiscard]] bool SGXChar::operator!=(SGXChar x) const;

[[nodiscard]] bool SGXChar::operator‹(SGXChar x) const;

[[nodiscard]] bool SGXChar::operator‹(char x) const;

[[nodiscard]] bool SGXChar::operator‹=(SGXChar x) const;

[[nodiscard]] bool SGXChar::operator‹=(char x) const;

[[nodiscard]] bool SGXChar::operator==(SGXChar x) const;

[[nodiscard]] bool SGXChar::operator==(char x) const;

[[nodiscard]] bool SGXChar::operator›(char x) const;

[[nodiscard]] bool SGXChar::operator›(SGXChar x) const;

[[nodiscard]] bool SGXChar::operator›=(char x) const;

[[nodiscard]] bool SGXChar::operator›=(SGXChar x) const;

void SGXChar::toLowerLanguageAware();

void SGXChar::toUpperLanguageAware();

©2025 05524F.sg (Singapore)

contact 05524F / report a bug / make a suggestion

about 05524F SINGAPORE values

list of 05524F projects