Function scratchstack_wrapper_aws_c_common::aws_isalnum
source · Expand description
Like isalnum(), but ignores C locale. Returns true if ch has the value of ASCII/UTF-8: ‘a’-‘z’, ‘A’-‘Z’, or ‘0’-‘9’.
Like isalnum(), but ignores C locale. Returns true if ch has the value of ASCII/UTF-8: ‘a’-‘z’, ‘A’-‘Z’, or ‘0’-‘9’.