View Single Post
Old 03-17-2016, 05:45 PM   #2
DaltonST
Deviser
DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.
 
DaltonST's Avatar
 
Posts: 2,265
Karma: 2090983
Join Date: Aug 2013
Location: Texas
Device: none
REGEX for "Camelback" Words

Quote:
Originally Posted by Vortex View Post
I'm trying to use a regex in the Advanced Search to find any lower case letters in the titles that are immediately followed by a capital, to find titles like "AnUnknownBook"

I thought this would work: title:"~(.*[a-z][A-Z])" but it's not behaving case sensitive. Can anyone help me out? Thanks.
@Vortex:

The MCS (Multi-Column Search) plug-in works fine. See the attached example. Just be sure to specify that re.IGNORECASE should not be used.

DaltonST
Attached Thumbnails
Click image for larger version

Name:	mcs_camelback_search_example.jpg
Views:	229
Size:	289.5 KB
ID:	147163  
DaltonST is offline   Reply With Quote