J jacobg70 macrumors newbie Original poster Aug 21, 2012 #1 Hi i have a large text file and need to extract the URL's from it, how would i do this ?
669532 macrumors 68020 Aug 21, 2012 #2 extract them to where, another text file in a more ordered form/bookmarks? if you have word you can use find and replace to sort them out. (formatting options in F+R should help.)
extract them to where, another text file in a more ordered form/bookmarks? if you have word you can use find and replace to sort them out. (formatting options in F+R should help.)
balamw Moderator emeritus Aug 21, 2012 #4 Can you post a sample of a portion of the text file? You may be able to use a variant of http://stackoverflow.com/questions/...ith-non-alphanumeric-characters-as-delimiters with grep depending on what surrounds the URLs. B
Can you post a sample of a portion of the text file? You may be able to use a variant of http://stackoverflow.com/questions/...ith-non-alphanumeric-characters-as-delimiters with grep depending on what surrounds the URLs. B