View Single Post
Old 07-22-2012, 04:21 PM   #643
rlh3
Connoisseur
rlh3 began at the beginning.
 
Posts: 57
Karma: 10
Join Date: Jul 2012
Device: iPad
Quote:
Originally Posted by JimmXinu View Post
As for removing the "Last Update Year/Month", you can do that with replace_metadata again. This shows both removing replace_metadata and changing In-Progress to Incomplete.

Code:
replace_metadata:
 ^Last Update Year/Month: \d+/\d+%=>
 ^In-Progress$=>Incomplete
With this I get an error message: '%' must be followed by '%' or '(', found: u'%=>'

I am only using the first part, as the in-progress/incomplete difference is irrelevant to me.
rlh3 is offline