Quote:
Originally Posted by ilovejedd
It's probably safe to assume comma as separator.
Code:
search:
([^,§/]+?)([ ]*[§/][ ]*)([^,§/]+)
replace:
\3\2\1
No sure what it would do to something like:
Character 1 § Character 2 § Character 3
My guess, probably:
Character 2 § Character 1 § Character 3
Note, I removed the backslash. I think @Tanjamuse was just trying to use the single backslash to escape the slash but that's not needed inside [ ]. That tripped me up, too. 
|
Thanks that works well with the S&R and saves me from having to run it all again in the saved metadata-column.