Question
How to use scripts or regexes to remove duplicate entries when creating an index?
How to use scripts or regexes to remove duplicate entries when creating an index?
As shown in the figure below, I want to convert A into C, which may pass through B.
It may not be possible to achieve A to C at once.
But it should be possible to achieve A to B in one step.
May I ask how to implement it using regular or script.
Here is an important question: how to find duplicate 【】
Thank you.
