1
0
mirror of https://github.com/golang/go synced 2024-10-04 14:31:21 -06:00
go/src/pkg/regexp
Rob Pike 7db904c1f6 regexp: add support for matching text read from things that implement
ReadRune.  (If you have a Reader but not a RuneReader, use bufio.)

The matching code is a few percent slower but significantly cleaner.

R=rsc
CC=golang-dev
https://golang.org/cl/4125046
2011-02-03 13:58:40 -08:00
..
all_test.go regexp tests: make some benchmarks more meaningful 2011-02-01 17:48:42 -08:00
find_test.go regexp: add support for matching text read from things that implement 2011-02-03 13:58:40 -08:00
Makefile build: no required environment variables 2010-08-18 10:08:49 -04:00
regexp.go regexp: add support for matching text read from things that implement 2011-02-03 13:58:40 -08:00