View Single Post
Old 04-19-2011, 10:31 AM   #4
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
Two issues:

- literal backslashes must be escaped with a backslash.
- the comma is treated strangely, because the 'real' character in the field is a '|'. This is a bug.

The following works today.
Code:
authors:"~^\\w*\\, \\w"
If the 'real' character in the field is a '|', then why does that work?

Quote:
I will fix the strange comma problem. After the fix is released, then the following will work
Code:
authors:"~^\\w*, \\w"
Can you use upper case \W as the negated word character class or [A-Z]? My recollection is that caps are all forced to lower, but I'd like to verify that.
Starson17 is offline   Reply With Quote