diff --git a/CTFd/plugins/flags/assets/regex/create.html b/CTFd/plugins/flags/assets/regex/create.html index 496cd289..cdad7b8d 100644 --- a/CTFd/plugins/flags/assets/regex/create.html +++ b/CTFd/plugins/flags/assets/regex/create.html @@ -11,4 +11,27 @@ +
| Description | +Flag | +
|---|---|
| Match any content inside of flag{}: | +flag{.*} |
+
| Match numeric flags: | +flag{(\d+)} |
+
| Accept flags with or without the flag format prefix: | +(flag{)?this_is_a_flag(})? |
+