Hi,
I'm having trouble swapping two names with special characters around. For example, this is the result I want:
Before:
Áo Xanh - Phi Nhung HD.txt
Tim Krabbé - Een Goede.txt
After:
Phi Nhung HD - Áo Xanh.txt
Een Goede - Tim Krabbé.txt
I've tried Match: (.+)( - )(.+) and Replace: \3\2\1 but it doesn't work. Any help would be appreciated, thanks.
EDIT: spelling