Thread: Reverse Ln, Fn?
View Single Post
Old 02-23-2011, 03:04 PM   #13
AlanY
Member
AlanY began at the beginning.
 
Posts: 10
Karma: 10
Join Date: Feb 2011
Device: kindle
Quote:
Originally Posted by AlanY View Post
sorry starson17, spoke too soon. isn't that the same as the default setting?

Code:
(?P<title>.+) - (?P<author>[^_]+)
so, which one should i use to add

1) First name, and
2) Last name_first name?
ok, let me explain;
i've 50 books with a mixture of filenames 1) and 2) to add to the library.

using the regex (?P<title>.+) - (?P<author>[^_]+) i got

33 books under the Authors LastName, FirstName, and
17 books under the authers FirstName LastName (with space inbetween).

so, what regex do i need to put into the 'search and replace' to 17 to the same as the other 33?
AlanY is offline   Reply With Quote