Hi. Is there a way to find duplicate couples of words in OpenOffice Writer? For example: «In the beginning God created God created the heavens and the earth».
Thanks in advance for your kind reply.
[Solved] Find duplicate word pattern α β α β
[Solved] Find duplicate word pattern α β α β
Last edited by MrProgrammer on Sun Oct 20, 2024 9:14 pm, edited 1 time in total.
Reason: Tagged ✓ [Solved] -- MrProgrammer, forum moderator
Reason: Tagged ✓ [Solved] -- MrProgrammer, forum moderator
OpenOffice 4.1.2. on Windows XP
Re: Find Duplicate Words
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: Select all
\b(\w+) (\w+)\s+\1 \2\bI'm not sure it will work in every possible case.
OpenOffice 4.1 on Windows 10 and Linux Mint
If your question is answered, please go to your first post, select the Edit button, and add [Solved] to the beginning of the title.
If your question is answered, please go to your first post, select the Edit button, and add [Solved] to the beginning of the title.