To check if the string contains digits. code example Example: check if string contains numbers str.matches(".*\\d.*");