mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
docs: Update where
Go doesn't use the RE2 (C++) library, it's a pure Go implementation.
This commit is contained in:
parent
036e260d8d
commit
d5247788ee
1 changed files with 1 additions and 2 deletions
|
@ -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 %}}
|
||||
|
|
Loading…
Reference in a new issue