I am trying to add the Batman villain to the file name (joker, riddler, ect) , is there anyway to do this?

Such as 12-xx-xx Season 1 Episode 1 Series Name Batman Episode Hi diddle Riddle (Riddler) ? John
John
Code: Select all
{t.match(/Riddle|Joke/).replaceAll(/(?i)riddle/,'Riddler').replaceAll(/(?i)joke/,'Joker')}