Thread
:
Regex help: looking for one thing and limiting the other
View Single Post
04-20-2011, 03:31 AM
#
2
Manichean
Wizard
Posts: 3,130
Karma: 91256
Join Date: Feb 2008
Location: Germany
Device: Cybook Gen3
Try
Code:
authors:"~^b\\w*(\\,?)"
where 'b' would be the letter the name should start with.
Due to a recent bug fix, this works only up to 0.7.56, after the next update, you'll have to use
Code:
authors:"~^b\\w*(,?)"
Last edited by Manichean; 04-20-2011 at
03:33 AM
.
Manichean
View Public Profile
Find More Posts by Manichean
Track Posts by Manichean via RSS