Hello!
I have this RegEx:
/([\w]+:\/\/[\w-?&;#~=\.\/\@]+[\w\/])/i
Now, I want to exlude on the end of a String the formats .gif / .jpg /
..png / .exe / .zip / .rar
How I can this add to my regex ?
Thanks for help!
Sincerly!
I have this RegEx:
/([\w]+:\/\/[\w-?&;#~=\.\/\@]+[\w\/])/i
Now, I want to exlude on the end of a String the formats .gif / .jpg /
..png / .exe / .zip / .rar
How I can this add to my regex ?
Thanks for help!
Sincerly!
Comment