Skip to content

Commit

Permalink
Update where.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bep committed Jul 29, 2023
1 parent d524778 commit 295d733
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/en/functions/where.md
Original file line number Diff line number Diff line change
Expand Up @@ -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].
Expand Down

0 comments on commit 295d733

Please sign in to comment.