In a *.docx document with lots of footnotes, I need to make sure that no footnote anchor is followed by a period or comma.
How can I find all footnote anchors that are followed by a certain character? I tried using [::Footnote::][,\.]
with Alt. Find & Replace (regular expression) but there are no hits. Am I missing something?
(Finding all footnote anchors using [::Footnote::]
works but I seem not to be able to modify this string.)