Forum Discussion

vasileioskaralis's avatar
vasileioskaralis
Copper Contributor
Jul 02, 2021

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 hairball cat treats
toro toro cat treats
cat liquid snack vitakraft

Turn it to:

recommended cat treats,
temptations hairball cat treats,
toro toro cat treats,
cat liquid snack vitakraft,

How can I do it?

Thank you in advance.

Kind Regards,
VK

  • 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

     

Share