What is the most efficient way to validate an input to conform to your
needs?
I need to make sure an input is a contiguous string with only printable
characters (english alphabet+number s only) and no whitespace or
punctuation marks.
Thanks
needs?
I need to make sure an input is a contiguous string with only printable
characters (english alphabet+number s only) and no whitespace or
punctuation marks.
Thanks
Comment