Was looking for a way to allow all Latin numbers and letters [a-zA-Z0-9], all special characters [~`!@#$%^&*()_-+={}[]|:;"'<,>.?/], and reject anything else.
I understand how to allow all the Latin numbers and letters and special characters, it's the rejection of anything else that I am looking help for.
Thanks for the help in advance!