I currently have the following regex:
"/([^\w\.\,]+\s*)/"
It escapes, letters, numbers, commas and points followed or not of space. How do I let it escape all except the characters: <
>
=
!
I currently have the following regex:
"/([^\w\.\,]+\s*)/"
It escapes, letters, numbers, commas and points followed or not of space. How do I let it escape all except the characters: <
>
=
!