Forum Discussion
vasileioskaralis
Jul 02, 2021Copper Contributor
Find Replace
Dear fellow members, I am trying to add a comma at the end of each keyword/phrase, so that I can use them more easily using find replace. For example: recommended cat treats temptations hai...
Lenka_Kerumova
Jul 13, 2021Iron Contributor
Hello vasileioskaralis,
simple:
1. Find and replace.
2. Find: ^p
3. Replace: ,^p
(comma, paragraph mark)
What it does it replaces the paragraph mark with a comma and a paragraph mark.
If your lines do NOT end with paragraph mark, but with a line break, then your Find and Replace needs to reflect that:
Find: ^l
Replace: ,^l