Possible to Do Multiple Replacements in a Save Template?
Under the save template currently is:
{title:re( ,.)}_{authors:re( ,.)}/{title:re( ,.)}_{authors:re( ,.)}
This works fine, unless a book begins with the word "the". It would then rename, let's say "the Stand by Stephen King" as "Stand,.the_Stephen.King" Notice the extraneous comma. I want this to remove the comma in this case and only use "Stand.the_Stephen.King". I have tried every permeation I could think of, but I cannot figure out how to get the Save Template to do multiple replacements within one string. Is this possible?
|