true if string contains any alphabet pthon code example Example: check if string contains alphabets python import re print(re.search('[a-zA-Z]', "anything"))