isValid

fun isValid(zipCode: String): Boolean

Checks a given zip code for validity.

Return

true if the zip code is valid, false otherwise.