Skip to content
Advertisement

Regex for Group Links For WhatsApp URL [closed]

I am using the following regex for validating Group Links For WhatsApp url’s.

JavaScript

I want the regex to support the following URL formats:

JavaScript

Advertisement

Answer

You can try this:

JavaScript

(?:invite/)? makes the invite/ block optional.

User contributions licensed under: CC BY-SA
8 People found this is helpful
Advertisement