From 001c93af94e96a1f56e462903db4be5068cb6586 Mon Sep 17 00:00:00 2001 From: RickyRister Date: Sun, 8 Jun 2025 23:01:45 -0700 Subject: [PATCH] update syntax help --- cockatrice/resources/help/search.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/cockatrice/resources/help/search.md b/cockatrice/resources/help/search.md index 917f9482e..7d707b0d1 100644 --- a/cockatrice/resources/help/search.md +++ b/cockatrice/resources/help/search.md @@ -58,4 +58,9 @@ In this list of examples below, each entry has an explanation and can be clicked
Grouping:
t:angel -(angel or c:w) (Any angel that doesn't have angel in its name and isn't white)
+
Regular Expression:
+
[/^fell/](#/^fell/) (Any card name that begins with "fell")
+
[o:/counter target .* spell/](#o:/counter target .* spell/) (Any card text with "counter target *something* spell")
+
[o:/for each .* and\/or .*/](#o:/for each .* and\/or .*/) (/'s can be escaped with a \)
+