diff --git a/doc/go1.15.html b/doc/go1.15.html index a863b96d2250d..492cac0b09f11 100644 --- a/doc/go1.15.html +++ b/doc/go1.15.html @@ -537,7 +537,9 @@

Minor changes to the library

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.