I have a working regex on server side. But it doesn't work on client side.. JavaScript fails when I call this regex.. Can you correct my regex?
- Code: Select all
/(?i)\b((?:https?:\/\/|www\d{0,3}[.]|[a-z0-9.\-]+[.][a-z])(?<!togl\.me\/)(?!togl\.me)(?:[^\s()<>]+|\(([^\s()<>]+|(\([^\s()<>]+\)))*\))+(?:\(([^\s()<>]+|(\([^\s()<>]+\)))*\)|[^\s`!()\[\]{};:'\".,<>?«»“”‘’]))/
Thanks,


