Thread: Reverse Ln, Fn?
View Single Post
Old 02-23-2011, 01:30 PM   #8
Starson17
Wizard
Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.
 
Posts: 4,004
Karma: 177841
Join Date: Dec 2009
Device: WinMo: IPAQ; Android: HTC HD2, Archos 7o; Java:Gravity T
Quote:
Originally Posted by AlanY View Post
oh, i see. thanks for the clarification.

actually, i have both. some are already there and some are ready to Ádd, but i just cant get the regex to work correctly.
Try this simple one for the ones to be added:
Code:
(?P<title>.+) - (?P<author>[^_]+)
It should work for both, but you need to turn on the swap author FN LN option for the second group. (I assume you want to keep the "a novel" in the title.)


For those that are already in, you'll need to provide more info about what field they are in.
Starson17 is offline   Reply With Quote