mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
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
|
||||
|
||||
NonQuote <- !["].
|
||||
UnescapedStringListPart <- [a-zA-Z0-9']+
|
||||
UnescapedStringListPart <- [a-zA-Z0-9/\']+
|
||||
String <- UnescapedStringListPart / ["] <NonQuote*> ["]
|
||||
StringValue <- String / [(] StringList [)]
|
||||
StringList <- StringListString (ws? [,] ws? StringListString)*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue