From: Michael Matloob Date: Fri, 5 Jun 2020 17:18:28 +0000 (-0400) Subject: doc/go1.15: add release notes for regexp X-Git-Tag: go1.15beta1~30 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=d282b0f1121c475c3b435843a722a47172c20e7e;p=gostls13.git doc/go1.15: add release notes for regexp Updates #37419 Change-Id: I340efe55b9dc41bb9ef6c9f0ec158d58a9445864 Reviewed-on: https://go-review.googlesource.com/c/go/+/236738 Run-TryBot: Michael Matloob Reviewed-by: Dmitri Shuralyov --- diff --git a/doc/go1.15.html b/doc/go1.15.html index a863b96d22..492cac0b09 100644 --- a/doc/go1.15.html +++ b/doc/go1.15.html @@ -537,7 +537,9 @@ TODO
regexp

- TODO: https://golang.org/cl/187919: add (*Regexp).SubexpIndex + The new Regexp.SubexpIndex + method returns the index of the first subexpression with the given name + within the regular expression.