Hi,
I am having trouble coming up with a regular expression which would essentially black list certain special characters.
I need to use this to validate data in input fields (in a Java Web app). We want to allow users to enter any digit, letter (we need to include accented characters, ex. french or german) and some special characters such as '-. etc.
How do I blacklist characters such as <>%$ etc?
Any help would be greatly appreciated.