Background
During the day I use a text editor quite a bit.
Some people it is a spreadsheet.
Others it is a word processor.
And, yet others it is a video or audio tool.
Cut & Paste
I cut and paste through the day.
Raw Text
Often it is raw text.
Here is a sample text
John, Smith, Bob, Wilson, Lance, Paul, Sandy, Latoya, Belinda
Revision
Broken Into Lines
Outline
I will like to break the pasted block into separate lines
Notepad++
Steps
- Select the text
- Use the menu items Search/Replace
- In the Replace window
- Find What
- Syntax
- Selected Text
- Sample
- Original
- John, Smith, Bob, Wilson, Lance, Paul, Sandy, Latoya, Belinda
- Revised
- ,
- Original
- Syntax
- Replace With
- Syntax
- Sample
- Original
- Revised
- \n \t,
- Original
- Syntax
- In Selection
- Checked
- Search Mode
- Normal
- Extended
- Regular Expression
- Find What
Images
Image – Editor – Text – Original
Image – Editor – Text – Highlighted
Image – Editor – Tab – Replacing
Image – Editor – Tab – Replaced
Image – Editor – Post
Referenced Work
- Stack Overflow
- How to break lines at a specific character in Notepad++?
Link
- How to break lines at a specific character in Notepad++?