Hi Guys,
This is my first post to this forum, I hope I am following standard rule structure and not violating any of them.
Seek for your favor here.
Can any one of you please help me craft a RegEx value for www.google.com ?
I have gone through some examples, however I was not able to extract google.com string from that.
Following is the example I have referred.
^([a-zA-Z0-9]([a-zA-Z0-9\-]{0,61}[a-zA-Z0-9])?\.)+[a-zA-Z]{2,6}$
Could you please help me to understand how can I use this string to extract www.google.com using it?
waiting for expert advice here.
Regards,
Darshan