Page 1 of 1

Move "The" to the end

Posted: 11 Jun 2021, 18:03
by esullivan
Used to use this format to move "The" to the end, however it seems to have stop working. Picture to show this. Thanks for any help to correct this!

https://ibb.co/KjwwYkR

Re: Move "The" to the end

Posted: 11 Jun 2021, 18:13
by rednoah
Try this:

Code: Select all

{ n.sortName('$2, $1') }
:arrow: viewtopic.php?t=211

Re: Move "The" to the end

Posted: 11 Jun 2021, 18:17
by esullivan
That seems to work, thanks!

Re: Move "The" to the end

Posted: 11 Jun 2021, 20:14
by kim
are you using GUI or cmd ?

GUI try
replace

Code: Select all

\\s 
with

Code: Select all

\s
cmd

Code: Select all

\\s
https://en.wikipedia.org/wiki/Escape_character