Quote:
Originally Posted by edeniz
...
I thought I could fix it by simply adding to replace_metadata:
...
|
'John' and 'Rodney match and replace the first name parts of 'John Sheppard' and 'Rodney McKay'--which is functioning as designed.
Instead try:
Code:
characters=>^John$=>John Sheppard&&category=>Stargate Atlantis
characters=>^Rodney$=>Rodney McKay&&category=>Stargate Atlantis
^ matches beginning of a string and $ matches the end.