1
0
mirror of https://github.com/golang/go synced 2024-10-05 04:31:22 -06:00
go/src/pkg/regexp
Rob Pike 5bd4094d2e regexp: add HasMeta and regexp.Expr().
The former is a boolean function to test whether a string
contains a regular expression metacharacter; the second
returns the string used to compile the regexp.

R=gri, rsc
CC=golang-dev
https://golang.org/cl/3728041
2010-12-16 16:55:26 -08:00
..
all_test.go regexp: add HasMeta and regexp.Expr(). 2010-12-16 16:55:26 -08:00
find_test.go regexp: add HasMeta and regexp.Expr(). 2010-12-16 16:55:26 -08:00
Makefile build: no required environment variables 2010-08-18 10:08:49 -04:00
regexp.go regexp: add HasMeta and regexp.Expr(). 2010-12-16 16:55:26 -08:00