I need a regular expression to allow all alphabet characters plus Greek/German alphabet in a string but replace those symbols ?,&,^,"
. with *
I skipped the list with characters to escape to made the question simple. I really want to see how to construct this and afterwards include alphabet sets using ASCII codes.