Validation

IN_RANGE

IN_RANGE Description Checks if the value x is within the inclusive range [lo, hi].

Read More

IS_ALPHA

IS_ALPHA Description Checks if the given character c is an ASCII alphabet.

Read More

IS_CAPS_ALPHA

IS_CAPS_ALPHA Description Checks if the given character c is an uppercase ASCII alphabet.

Read More

IS_DIGIT

IS_DIGIT Description Checks if the given character c is an ASCII digit.

Read More

IS_SPACE

IS_SPACE Description Checks if the given character c is a whitespace character.

Read More

IS_XDIGIT

IS_XDIGIT Description Checks if the given character c is a hexadecimal digit.

Read More