I'm trying to check if the user's input is alphanumeric. I tried using isalnum but it always shows this error:
AttributeError: 'QString' object has no attribute 'isalnum'
what would be the best way to know if a string is alphanumeric in QString? Thank you!