Placing URL's in a Spintax format

richv100

Junior Member
Joined
Sep 29, 2009
Messages
140
Reaction score
68
I hope someone can help me with this, I have a big list of urls which i want to place into spintax format ie, {text1|text2|text3}
The problem is I have hundreds of URL's in a text document and want to know if there is a program or something i can use to take all the url's and put them into the spintax format rather than do it all manually as it takes ages. Hope someone can help!
 
Sorry that I can't give you a direct link, but as I'm new to the forum, I can't post links yet.
 
Are they line by line and you want them all in one spin bracet?
eg
line1
line2
line3

becomes

{line1|line2|line3}
?
If so i can help you
Use notepad ++ and replace \n or \r\n (depending on the formatting) with |
after that just add the opening bracket to the start and the closing bracket to the end.
 
Back
Top