From e8a5665c43e6674b7641ae67f42440e789bf276f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Sat, 29 Jul 2023 22:06:22 +0200 Subject: [PATCH] Update where.md --- content/en/functions/where.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/functions/where.md b/content/en/functions/where.md index 664507ead..f2e264235 100644 --- a/content/en/functions/where.md +++ b/content/en/functions/where.md @@ -120,7 +120,7 @@ When specifying the regular expression, use a raw [string literal] (backticks) i Go's regular expression package implements the [RE2 syntax]. Note that the RE2 `\C` escape sequence is not supported. -[RE2 syntax documentation]: https://github.com/google/re2/wiki/Syntax/ +[RE2 syntax]: https://github.com/google/re2/wiki/Syntax/ {{% note %}} The RE2 syntax is a subset of that accepted by [PCRE], roughly speaking, and with various [caveats].