The

Remove 'The'

replace(prop("Title"), "[T|t]he ", "")

Add 'The' to End

replace(prop("Title"), "[T|t]he ", "") + if(test(prop("Title"), "[T|t]he "), ", " + slice(prop("Title"), 0, 3), "")

Der/Die/Das

Remove Der/Die/Das

replace(prop("Title"), "[D|d]er |[D|d]ie |[D|d]as ", "")

Add Der/Die/Das to End

replace(prop("Title"), "[D|d]er |[D|d]ie |[D|d]as ", "") + if(test(prop("Title"), "[D|d]er |[D|d]ie |[D|d]as "), ", " + slice(prop("Title"), 0, 3), "")

<aside> <img src="https://s3-us-west-2.amazonaws.com/secure.notion-static.com/1649d2f9-1b45-478a-86b4-341fbe27e06f/benny.png" alt="https://s3-us-west-2.amazonaws.com/secure.notion-static.com/1649d2f9-1b45-478a-86b4-341fbe27e06f/benny.png" width="40px" /> By BenLatest • Was this helpful? Please consider buying me a coffee. Cheers!

</aside>