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