]> Cypherpunks repositories - gostls13.git/commit
regexp: document that backslashes are the escape character.
authorRob Pike <r@golang.org>
Mon, 9 Aug 2010 22:11:02 +0000 (15:11 -0700)
committerRob Pike <r@golang.org>
Mon, 9 Aug 2010 22:11:02 +0000 (15:11 -0700)
commit46db2e3c25f417008d2e639781169702104a9ef2
tree8ee03b04f9de4103aeb62c328ea15c6f84bd5abc
parentd5cfb3b3d5c710945ca894807625ed8ddea04f97
regexp: document that backslashes are the escape character.
Fixes #1013.

R=rsc, gri
CC=golang-dev
https://golang.org/cl/1938041
src/pkg/regexp/regexp.go