Hi,
Can I put ( ? OR number OR word ) in the end of each line in my text files .... I have more than 2500 line in this text files & every line have no more than 5 Or 6 Words ?
Thanks,
Netboy
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Do you mean that you want to add something to the end of every line? If so, use the advanced find/replace (control+R) with regex turned off. Enter control+M in the find box, and the word to add in the replace box.
Hi,
Can I put ( ? OR number OR word ) in the end of each line in my text files .... I have more than 2500 line in this text files & every line have no more than 5 Or 6 Words ?
Thanks,
Netboy
Do you mean that you want to add something to the end of every line? If so, use the advanced find/replace (control+R) with regex turned off. Enter control+M in the find box, and the word to add in the replace box.
See http://notepad-plus.wiki.sourceforge.net/FindReplaceNewlineHowTo for more details about this.
There is another alternative. Record a macro where you press the END key and then the words etc then DOWN ARROW.
I use this feature a bit because you can specify a multi run macro that plays it either a certain number of times or until the end of the document. :)