Regex Search in Advanced Search Box
He all:
I get along pretty well with Regex in calibre using it modify titles. But I'm having trouble with a regular expression search in the Advanced Search: Regular Expression: Author field. I want to search my library for authors that have initials without a '.' after the initial. The format of all such authors in my library (which is quite large) is 'capital letter' followed by '.' followed by a 'space' I want to find the ones where I forgot the '.' So 'John A. Trouble' is OK. But I want to find 'John A Trouble' Closest I've come with my meager knowledge of Regex is "X +" which finds all authors with an 'x' at the end of either their first or last name. Doesn't even restrict the finds to a capital 'X' Thanks for looking at my dilemma. frank
|