]> Cypherpunks repositories - gostls13.git/commit
regexp: new regularized methods for matching.
authorRob Pike <r@golang.org>
Thu, 12 Aug 2010 04:41:52 +0000 (14:41 +1000)
committerRob Pike <r@golang.org>
Thu, 12 Aug 2010 04:41:52 +0000 (14:41 +1000)
commit6610d79eda2e1e67d8601b004114e124228ef043
tree4c96c762d01aa457b44b951ac25ffed64ff433dd
parentd75074974a5ab23878afbaad29616bfebae28004
regexp: new regularized methods for matching.
The previous set was spotty, incomplete, and confusing.
This CL proposes a regular, clean set with clearer names.
It's also complete.  Many existing methods will be deprecated,
but not in this CL.  Ditto for the tests.

R=rsc, gri
CC=golang-dev, rog
https://golang.org/cl/1946041
src/pkg/regexp/find_test.go [new file with mode: 0644]
src/pkg/regexp/regexp.go