I’m working on a small iphone project and i would need to check if the userName entered only contains alphanumerical characters? (A-Z, a-z, 0-9. How would i go about checking it?
I’m working on a small iphone project and i would need to check if
Share
If you don’t want to bring in a regex library for this one task…