go/src/regexp
Eduard Bondarenko 6ab8dfbe6b regexp: improve Regexp.ReplaceAll documentation and tests related to Expand part
For #40329

Change-Id: Ie0cb337545ce39cd169129227c45f7d2eaebc898
GitHub-Last-Rev: c017d4c7c1
GitHub-Pull-Request: golang/go#56507
Reviewed-on: https://go-review.googlesource.com/c/go/+/446836
Reviewed-by: Michael Knyszek <mknyszek@google.com>
Run-TryBot: Ian Lance Taylor <iant@google.com>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
2023-08-07 00:22:53 +00:00
..
syntax regexp/syntax: accept (?<name>...) syntax as valid capture 2023-07-31 19:52:57 +00:00
testdata all: fix typos 2023-07-18 19:55:29 +00:00
all_test.go regexp: add Regexp.TextMarshaler/TextUnmarshaler 2023-04-12 20:03:09 +00:00
backtrack.go regexp: avoid copying each instruction executed 2022-06-04 20:10:54 +00:00
example_test.go regexp: improve Regexp.ReplaceAll documentation and tests related to Expand part 2023-08-07 00:22:53 +00:00
exec.go regexp: avoid copying each instruction executed 2022-06-04 20:10:54 +00:00
exec2_test.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
exec_test.go all: replace `` and '' with “ (U+201C) and ” (U+201D) in doc comments 2022-04-05 17:52:29 +00:00
find_test.go regexp: document and implement that invalid UTF-8 bytes are the same as U+FFFD 2021-10-11 15:28:50 +00:00
onepass.go all: add missing periods in comments 2022-11-18 17:59:44 +00:00
onepass_test.go
regexp.go regexp: improve Regexp.ReplaceAll documentation and tests related to Expand part 2023-08-07 00:22:53 +00:00