How to replace all using grep?
Hi.
I have a space before and after every footnote number in the text and I want to remove them, I used
Find: (~F)
Change to: $1
When I do it one by one it works perfectly, but when I use change all it doesn't work it turns them into squares.
What am I doing wrong here?
