View Single Post
Old 04-14-2021, 08:59 PM   #5800
Ascello
Enthusiast
Ascello began at the beginning.
 
Posts: 45
Karma: 10
Join Date: Jan 2021
Device: Kindle Paperwhite 4
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
Ascello is offline   Reply With Quote