how to check if a string contains digits in java code example Example: check if string contains numbers str.matches(".*\\d.*");