Hi I have created a regular expression that contains the letter mentioned in the title of the question. Below is the expression that I have created for a text:
^[0-9A-Z-():,&/\'\\.\s]+$
However, this is not working in case when I am entering "&" or a comma. I mean it is not allowing & and comma in the text. Am I missing something or this is not a valid expression.