Quantcast
Channel: Optimizely Search & Navigation
Viewing all articles
Browse latest Browse all 6894

validate is there any web links in text box or not

$
0
0

I have a text box. in that text box i want to allow letters , numbers and few symbols (.,').
i don't to allow any links in that text box.
i want regex to don't allow links like (HTTP,HTTP,WWW,ftp).
am using below regex. its working fine when text box starts with WWW. if the WWW word includes in middle of the text then it is not working.

[^HTTP|ftp|HTTP|WWW ]


Viewing all articles
Browse latest Browse all 6894

Trending Articles