mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-01 11:03:54 -07:00
[DeckFilterString] Rename file search expression (#6413)
This commit is contained in:
parent
8485bbe575
commit
c218a66bcd
2 changed files with 5 additions and 5 deletions
|
|
@ -22,7 +22,7 @@ CardSearch <- '[[' CardFilterString ']]'
|
|||
CardFilterString <- (!']]'.)*
|
||||
|
||||
DeckNameQuery <- ([Dd] 'eck')? [Nn] 'ame'? [:] String
|
||||
FileNameQuery <- [Ff] ('ile' 'name'?)? [:] String
|
||||
FileNameQuery <- [Ff] ([Nn] / 'ile' ([Nn] 'ame')?) [:] String
|
||||
PathQuery <- [Pp] 'ath'? [:] String
|
||||
|
||||
GenericQuery <- String
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue