In order to add a comma (,) or a semicolon (;) at the end of each line in a file using Notepad++ text editor, follow the below steps,
- Open the file in Notepad++
- Press: Ctrl + H to open Replace window,
- Find What: $
- Replace With: ,
- Make sure you select: Regular Expression in Search Mode
- Click Replace All
⚡️ $ dollor sign signifies end of each line.
Example: Before Replace
This is my first line
This is the second line
This is my third line
This is my forth line
Example: After Replace
This is my first line,
This is the second line,
This is my third line,
This is my forth line,
⚡️ You can follow the same above steps to add a semicolon or pipe or any other character at the end of each line.
This is not an AI-generated article but is demonstrated by a human.
Please support independent contributors like Code2care by donating a coffee.
Buy me a coffee!

Comments & Discussion
Facing issues? Have questions? Post them here! We're happy to help!