Knoxgates
Supreme Member
- Aug 9, 2008
- 1,265
- 927
Hi,
I have a notepad file that contains a list of domains like this
I there any way for removing the part after the /
I only want domain name like this
Anybody help
I have a notepad file that contains a list of domains like this
Code:
destination.info/bookmarks.php/jisha/?page=17
destination.info/bookmarks.php/jisha/?page=19
destination.info/bookmarks.php/jisha/?page=2&sort=title_desc
destination.info/bookmarks.php/jisha/?page=23&sort=title_asc
destination.info/bookmarks.php/jisha/?page=25&sort=title_asc
destination.info/bookmarks.php/jisha/?page=9&sort=date_asc
destination.info/bookmarks.php/jisha/echo point?page=1&sort=title_desc
destination.info/bookmarks.php/jisha/echo point?page=2&sort=date_asc
destination.info/bookmarks.php/jisha/echo point?page=3&sort=url_desc
destination.info/bookmarks.php/jisha/echo point?page=4&sort=date_desc
I there any way for removing the part after the /
I only want domain name like this
Code:
destination.info
Anybody help