I have some URLs like
http://wac.0E23.ed2323sdf.net/800E13/www.myexample.gr/
http://wac.0E22.ed2323sdf.net/812E13/www.my1example.gr/
http://wac.0E23.ed2323sdf.net/802E13/www.my2example.gr/
I have to write regular expression to get the site name i.e www.myexample.gr, www.my1example.gr and www.my2example.gr
I wrote an expression to find the last occurrence of / but I am not able to capture the string between second last /.
Any idea how to achieve this?.
Regards,