View Single Post
Old 05-09-2018, 11:15 AM   #2
theducks
Well trained by Cats
theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.
 
theducks's Avatar
 
Posts: 31,099
Karma: 60358908
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
Quote:
Originally Posted by yonkyunior View Post
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
theducks is offline   Reply With Quote