Added new .isalpha() and .isalnum() methods to match the same
ones on the Unicode objects. Note that the string versions use the (locale aware) C lib APIs isalpha() and isalnum().
Showing
Please register or sign in to comment
ones on the Unicode objects. Note that the string versions use the (locale aware) C lib APIs isalpha() and isalnum().