I need help from some one please to quickly point out the most elegant way to validate a field based on its char type. I want to validate that my field contains only alpha, numeric, blanks, hyphen, apostrophe, ampersand, comma, parentheses, period, slash and back slash.
if the field contains any other punctuation I want it to fail the test.
Thanks