View Single Post
Old 04-19-2011, 11:20 AM   #6
Starson17
Wizard
Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.
 
Posts: 4,004
Karma: 177841
Join Date: Dec 2009
Device: WinMo: IPAQ; Android: HTC HD2, Archos 7o; Java:Gravity T
Quote:
Originally Posted by chaley View Post
Because the comma in the query is changed to a '|' when searching authors. The fix for the bug is to change the comma to r'\|' if regexp mode is being used.
Got it.
Quote:
Query strings are not forced to lower in regexp mode. However, the regexp searches are caseless; ignore case is forced on.
So does that mean that \W as the negated word character class will work fine, but [A-Z] will match [a-z] characters in the ignore case search?
(Note: I edited your post to add a missing slash, so I could quote it.)

Last edited by Starson17; 04-19-2011 at 11:23 AM.
Starson17 is offline   Reply With Quote