Allow /\ in simple searches. (#3604)
This commit is contained in:
parent
9411396b97
commit
5a3f2fcff7
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ ColorQuery <- [cC] 'olor'? <[iI]?> <[:!]> ColorEx*
|
||||||
FieldQuery <- String [:] RegexString / String ws? NumericExpression
|
FieldQuery <- String [:] RegexString / String ws? NumericExpression
|
||||||
|
|
||||||
NonQuote <- !["].
|
NonQuote <- !["].
|
||||||
UnescapedStringListPart <- [a-zA-Z0-9']+
|
UnescapedStringListPart <- [a-zA-Z0-9/\']+
|
||||||
String <- UnescapedStringListPart / ["] <NonQuote*> ["]
|
String <- UnescapedStringListPart / ["] <NonQuote*> ["]
|
||||||
StringValue <- String / [(] StringList [)]
|
StringValue <- String / [(] StringList [)]
|
||||||
StringList <- StringListString (ws? [,] ws? StringListString)*
|
StringList <- StringListString (ws? [,] ws? StringListString)*
|
||||||
|
|
Loading…
Reference in a new issue