View Single Post
Old 08-23-2013, 08:50 PM   #1
jpottsx1
Junior Member
jpottsx1 began at the beginning.
 
Posts: 3
Karma: 10
Join Date: Jan 2012
Device: nook
How to clean ISBN book title

I have been trying hard but cannot seem to figure out how to a book title that contains the ISBN, and using a REGEX, copy just the ISBN either back to the title field or how to copy the ISBN to the Identifier field.

I have tried using "ISBN\x20(?=.{13}$)\d{1,5}([- ])\d{1,7}\1\d{1,6}\1(\d|X)$" but I still get all the extra garbage in the filename.

Any insights on way to do this?

Jeff
jpottsx1 is offline   Reply With Quote