Find URL Using GREP
Hi All,
Request:
I need to find URL end with '.com', '.org', '.uk' etc by using GREP.
i.e.,
Please help for the above request ASAP.
-----------------------------------------------------------------------------------
But, I got the solution for the content start with 'http' or 'www'
Using Forum Grep Code is: (?i)(http|www)\S+[\l\u|\d]
Regards
Siraj


