]> Cypherpunks repositories - gostls13.git/commit
regexp: allow escaping of any punctuation
authorRuss Cox <rsc@golang.org>
Mon, 26 Apr 2010 17:00:18 +0000 (10:00 -0700)
committerRuss Cox <rsc@golang.org>
Mon, 26 Apr 2010 17:00:18 +0000 (10:00 -0700)
commit6f33f34bbcdfd400a46ebcc97ed6820ccc9a2459
tree50a9b9e676b6a87628fb134173593a82a3dcf515
parent43409ed2c66cdf739334e68472db57885d5ca0c1
regexp: allow escaping of any punctuation

More in line with other regexp packages
and egrep; accommodates overzealous escapers.

R=r
CC=golang-dev
https://golang.org/cl/1008041
src/pkg/regexp/all_test.go
src/pkg/regexp/regexp.go