Please read [SNIPPET] Sort Name on how to do just that. Though you'll have to come up with the regex pattern yourself.Xiphan wrote: 03 Mar 2022, 19:00 Is there anyway to create a custom regex that can correctly swap The or A to the end, but putting it before the year if a year already exists in the default title?![]()
Code: Select all
{ ny.before(/[(]\d{4}[)]/).sortName('$2, $1') } ({ y })