View Single Post
Old 08-16-2013, 04:32 AM   #3
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 Dullahir View Post
I assume I could add two different groups of books, the first group containing author's names then the book title, such as 'Neil Gaiman - Coraline' and adding the sequence

(?P<author>.+) - (?P<title>[^_]+) instead of (?P<title>.+) - (?P<author>[^_]+) and then adding another group of books that have the book name first and then the title, such as 'Coraline - Neil Gaiman' and reverting to the previous sequence, but is there an easier way?
The way you describe it is accurate. You could make it easier by using the Quick Preferences plugin (find it in this list of plugins). This allows you to save these expressions and quickly change from one to another without opening preferences.
DoctorOhh is offline   Reply With Quote