View Single Post
Old 08-30-2011, 04:26 AM   #2
DoctorOhh
US Navy, Retired
DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.
 
DoctorOhh's Avatar
 
Posts: 9,897
Karma: 13806776
Join Date: Feb 2009
Location: North Carolina
Device: Icarus Illumina XL HD, Kindle PaperWhite SE 11th Gen
Quote:
Originally Posted by clonetom View Post
Now if someone could help me with an expression so that I can import...

a. everything before <space> ISBN into the <title> (only need this for quick referencing - will be overwritten if metadata is found)
b. and the ISBN number into <isbn>... (as basis for the metadata search
This seems to do the trick.

Code:
(?P<title>.+) ? (?P<isbn>[^_]+)
Good Luck.
DoctorOhh is offline   Reply With Quote