]> Cypherpunks repositories - gostls13.git/commit
regexp: identify that submatch is also known as capturing group
authorRob Pike <r@golang.org>
Mon, 11 Mar 2013 23:23:06 +0000 (16:23 -0700)
committerRob Pike <r@golang.org>
Mon, 11 Mar 2013 23:23:06 +0000 (16:23 -0700)
commit1b3c969ac36221dc171b0b3f169237fa1507b1e6
tree1f5e29c4adb285707950522144dcde9af63fce1c
parent916f4cfa64822c9b7f407544a73c44fc51248a5c
regexp: identify that submatch is also known as capturing group
Mention the syntax is defined by the regexp/syntax package.
Fixes #3953.

R=golang-dev, dsymonds
CC=golang-dev
https://golang.org/cl/7702044
src/pkg/regexp/regexp.go
src/pkg/regexp/syntax/doc.go