Thx for the new version!
Another question, rather technical one:
How does the (A|B|C|D|...) regex work? If I type:
Code:
replace_metadata:
category=>^(A|B|C|D|E)$=>F
will the program check every category against every position in my regex (i.e. five checks) or will it just instantly find the correct one? Basically I am asking, because I wonder that if I fill this sort of regex with like a 1000 variables, will the program slow down and process everything forever, or will it be fine?
Edit: Also, I am one of those ppl who really appreciate the possibility of deleting the "Anthology" word, soooo