I have a macro with an action that strips bullets at the beginning of paragraphs:
Search and Replace System Clipboard Using Regular Expression (all, ignoring case)
Search for “^(•|▪|●|♦|-|–|−|¬|¬)”
Replace with “”
What I don't understand is why this action only removes the FIRST bullet in the clipboard. If my clipboard contains several paragraphs, each one starting with a bullet, only the first one is gone, even though the action specifies “all matches” and not “first match”.
It might have something with regex and my misunderstanding the way the pattern works. I am obviously NOT an expert.
What do I need to do so that, if the clipboard contains SEVERAL paragraphs, each one starting with a bullet, each bullet is removed by this action?