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