I am looking for a regular expression which accepts the text with spaces and consists of the below characters. Can one of you quickly guide me through? I have been trying to create one, but it is taking too much time to do.
A-Z,a-z,0-9, , , :,;(,),-,_#,/,\,.,&,`
I should be able to control the whole length as well. The input can include multiple words.
This should work for you
Explanation