We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c35eec commit d282b0fCopy full SHA for d282b0f
doc/go1.15.html
@@ -537,7 +537,9 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
537
<dl id="regexp"><dt><a href="/pkg/regexp/">regexp</a></dt>
538
<dd>
539
<p><!-- CL 187919 -->
540
- TODO: <a href="https://golang.org/cl/187919">https://golang.org/cl/187919</a>: add (*Regexp).SubexpIndex
+ The new <a href="/pkg/regexp/#Regexp.SubexpIndex"><code>Regexp.SubexpIndex</code></a>
541
+ method returns the index of the first subexpression with the given name
542
+ within the regular expression.
543
</p>
544
</dd>
545
</dl><!-- regexp -->
0 commit comments