Type "apples cherries oranges" in a document. Using Find and replace with More>Use wildcards, type (apples)(*)(oranges) in the find what and \2 in the replace with. Click replace all.
You see in my code, group 2 defined anything between the tags and in Paul's it was group 3.
|