Skip to content

Commit

Permalink
docs: Update where
Browse files Browse the repository at this point in the history
Go doesn't use the RE2 (C++) library, it's a pure Go implementation.
  • Loading branch information
bep committed Jul 29, 2023
1 parent 036e260 commit d524778
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/content/en/functions/where.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,8 @@ When specifying the regular expression, use a raw [string literal] (backticks) i

[string literal]: https://go.dev/ref/spec#String_literals

This function uses the [RE2] regular expression library. See the [RE2 syntax documentation] for details. Note that the RE2 `\C` escape sequence is not supported.
Go's regular expression package implements the [RE2 syntax]. Note that the RE2 `\C` escape sequence is not supported.

[RE2]: https://github.com/google/re2/
[RE2 syntax documentation]: https://github.com/google/re2/wiki/Syntax/

{{% note %}}
Expand Down

0 comments on commit d524778

Please sign in to comment.