We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
I wonder why Test case3 results should be ALL TRUE
isalnum() means "This method checks if all the characters of a string are alphanumeric (a-z, A-Z and 0-9).", so i think Test case3 results could be False True True True True.
Any opinions?
String Validators
You are viewing a single comment's thread. Return to all comments →
I wonder why Test case3 results should be ALL TRUE isalnum() means "This method checks if all the characters of a string are alphanumeric (a-z, A-Z and 0-9).", so i think Test case3 results could be False True True True True. Any opinions?