Inspiring
May 13, 2023
Answered
Give a Tab before and after an anchor marker using GREP
- May 13, 2023
- 2 replies
- 1328 views
Hi
I have few paragraphs where I have put an anchor marker at the beginning of the line.
I now want to give a tab before and after that anchor marker.
Currently I am using a GREP query which work only if I do find and replace one by one. The moment I do change all it deletes the anchored object also.
The query which I use is Find what: ^~a and Replace with: \t$0\t
I have attached screenshots.
What am I doing wrong ?
Thanks.
