Regex to avoid specific special characters
Need a regular expression that should avoid a specific string or all string which are having below mentioned symbols Special character to avoid: Colon (:) Double forward slash (//) Dot (.) Question Mark (?) Ampersand (&) Equal To (=) Single forward...