pattern “[’(’| ‘)’|’<’|’>’|’@’|’,’|’;’|’:’|’/’|’=’|’{’|’}’|’?’|’[’|’]'SP|HT]”
SP and HT is not working others are working fine.
pattern “[’(’| ‘)’|’<’|’>’|’@’|’,’|’;’|’:’|’/’|’=’|’{’|’}’|’?’|’[’|’]'SP|HT]”
SP and HT is not working others are working fine.