containsDigit

fun String.containsDigit(): Boolean

Returns true if the string contains at least one digit. Else, returns false.