This regular expression works in the case of your example. Use it as the search term in Find & Replace and make sure regular expressions are selected under More Options.
I'm not sure it will work in every possible case.
Code:
\b(\w+) (\w+)\s+\1 \2\b
I'm not sure it will work in every possible case.
Statistics: Posted by FJCC — Sun Oct 20, 2024 5:13 pm