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