Hi all, I have a text box and I want to prevent users from entering a website, an email address, or a phone number. I was thinking I would need to restrict http, www, @, (at), (###), ###-, .com, .edu, .org, .info, .us. I know how to restrict a single character, but how do you restrict a string of characters!? Thanks so much!
Thanks a lot MMJ! Worked great. Now any idea how I can disable a string of numbers -- for example, ###- or (###)?