Grep reverse character order
I have an InDesign file with headers of bank names in Chinese.
The problem is that the Chinese characters need to be reversed.
Is there a way to create a GREP expression to search for word(s) of any length, and then reverse the entire string of characters? I will be restricting the search to a given paragraph style that has only been applied to the bank names.
For example, if the string in question is ABCD, the desired result is DCBA.
