I have a column of zip codes which are strings. Most of them are the usual 5 digit zip codes, but some are only 3 digits or missing a digit. (keep in mind, I need this column as strings for other reasons)
ex.
أكثر...
ex.
ZIP
234
4566
12345
I basically want to select everything that has less than 5 characters for further investigation. I'm sure there's an easy way to do this, but I'm having a difficult time figuring it out. 234
4566
12345
أكثر...