Shortcut solutions to Repetitive Tasks
How to add a character or some string to end of each line in a list of string?
Solution: Suppose that we want to add , (comma character) at the end of each line, using Notepad++
Replace
Find What: ^(.*)$
Replace: $0,
0 comments:
Post a Comment