ScrapeBox Forum
removing trailing slash - Printable Version

+- ScrapeBox Forum (https://www.scrapeboxforum.com)
+-- Forum: ScrapeBox Main Discussion (https://www.scrapeboxforum.com/Forum-scrapebox-main-discussion)
+--- Forum: General ScrapeBox Talk (https://www.scrapeboxforum.com/Forum-general-scrapebox-talk)
+--- Thread: removing trailing slash (/Thread-removing-trailing-slash)



removing trailing slash - gypsydogg - 05-27-2020

Is there a built-in way to remove a trailing slash from a list of URLs in scrapebox.  I imported a list, but it contains trailing slashes and it's breaking during a custom grab


RE: removing trailing slash - dink - 05-27-2020

You can do this using notepad ++ before you import into SB.

Load your file into notepad ++ and then CTRL H and enter V$ in 'Find what' and leave 'Replace with' blank. 
Make sure search mode is set to Regular expression

Click Replace All

https://www.screencast.com/t/LsTvPzgKD


RE: removing trailing slash - serialscraper - 08-28-2020

Another way of doing this can be done by pasting your list into https://textmechanic.com/text-tools/basic-text-tools/find-and-replace-text/
then ask to find the forward slash and 1 space. Then replace with nothing. The forward space is important because this is what will differentiate your trailing slash from all of the other ones within the url's.