Quote:
Originally Posted by rlh3
With this I get an error message: '%' must be followed by '%' or '(', found: u'%=>'
|
Code:
replace_metadata:
^Last Update Year/Month: \d+/\d+$=>
Sorry, typo. That '%' should be a '$' indicating the end of string to the regular expression.