sincerely
Singaporean
If you have not done so, read this full tutorial on how to use SGEXTN to build an application.
[[nodiscard]] operator char() const;
SGXChar::SGXChar(int unicode);
[[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)