Quote:
Originally Posted by yonkyunior
i've long enough not to pay attention to the identifiers, when i activate the Tag Browser,
example type:
978000123456/978000123456
identifiers:"=urnisbn/978000123456:"
identifiers:"=urnisbn/:"
is there a search/replace regex or a way to keep the isbn and removing part of identifier or change.if anyone have another rules to share about managing identifier is welcome.
|
NOT TESTED
Code:
\d+\/(\d{13}) >>> isbn:\1
(urnisbn)\/(\d{13}) >>> \1:\2
I look for 13 digits, just in case there is another digits\digits
I still would single step my Searches and only replace when Eyeball Mk2 says it is good