]> Cypherpunks repositories - gostls13.git/commit
regexp: add (*Regexp).Longest
authorAndrew Gerrand <adg@golang.org>
Mon, 4 Feb 2013 04:28:55 +0000 (15:28 +1100)
committerAndrew Gerrand <adg@golang.org>
Mon, 4 Feb 2013 04:28:55 +0000 (15:28 +1100)
commitf41ffc2bf4a5a29bdff0b11a787e2536859ea61d
tree7500a545b8954a1c45a323f8c593762508b464c5
parent1d9f67daf0e8ba950da75f68f1f3f2650b13cd67
regexp: add (*Regexp).Longest

Fixes #3696.

R=rsc
CC=golang-dev
https://golang.org/cl/7133051
src/pkg/regexp/exec_test.go
src/pkg/regexp/regexp.go