I really need to get my head around regex but in the meantime please can someone help me with a validation form I need this line to change so that it matches all punctuation except for these 3 characters "&", "'" and "/"
var illegalChars= /[\(\)\<\>\,\;\:\\\"\[\]]/ ;
Cheers!
var illegalChars= /[\(\)\<\>\,\;\:\\\"\[\]]/ ;
Cheers!