Checks if a string contains only alphanumeric characters.
The string to check.
The numeric base to consider when checking for alphanumericity.
true if the string contains only alphanumeric characters.
See Implementation
Checks if a string contains only alphanumeric characters.