For example i have a list of keywords and i want to add an additional word into each keyword
Example: 123
132
I need a tool to add lets say "a" to those words so it will look like 123 a, 132 a
Do any of you guys know about something like this tool?
Hi dude,
I coded this program for you...
This is my gift to you!
Program multiplies keywords. you have to give 3 files as command-line arguments
"keywords.txt" "appendKeywords.txt" "result.txt" .
you need latest .net framework to run this program...
Press CTRL + H to open the replace tool in notepad++
Select the Regular expression option from the buttom
In order to add a word at the end of each line:
Type $ in the Find what textbox
Type what you want to insert in the Replace with textbox
Press Replace All
If you want to add a word at the beginning of each line:
Type ^ in the Find what textbox
Type what you want to insert in the Replace with textbox
Press Replace All
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.