nulib.text.uni

C Universal Identifiers

Members

Functions

isIntegral
bool isIntegral(inout(char)[] str)

Gets whether the given string is integral.

isUniAlpha
bool isUniAlpha(char c)

Gets whether the character is a C universal alpha character.

isUniAlphaNumeric
bool isUniAlphaNumeric(char c)

Gets whether the character is a universal alpha or numeric.

isUniIdentifier
bool isUniIdentifier(inout(char)[] iden)

Gets whether the given string is a universal C identifier.

Meta

Authors

Luna Nielsen