Alphanumeric validation
Checks if a string is alphanumeric.
Usage
Input $str, returns true if the string is alphanumeric, and false if it is not.
Checks if a string is alphanumeric.
Input $str, returns true if the string is alphanumeric, and false if it is not.
Comments