1
0
mirror of https://github.com/golang/go synced 2024-10-05 14:01:21 -06:00
go/src/regexp
Nathan VanBenschoten b04f3b06ec all: replace strings.Index with strings.Contains where possible
Change-Id: Ia613f1c37bfce800ece0533a5326fca91d99a66a
Reviewed-on: https://go-review.googlesource.com/18120
Reviewed-by: Robert Griesemer <gri@golang.org>
Run-TryBot: Robert Griesemer <gri@golang.org>
2016-02-19 01:06:05 +00:00
..
syntax all: replace strings.Index with strings.Contains where possible 2016-02-19 01:06:05 +00:00
testdata regexp/syntax: fix factoring of common prefixes in alternations 2016-01-08 16:41:46 +00:00
all_test.go regexp: fix LiteralPrefix for certain onepass progs 2015-11-25 17:28:33 +00:00
backtrack.go regexp: set b.cap[0] and b.cap[1] only when captures requested 2015-04-17 17:10:07 +00:00
example_test.go regexp: add runnable example to regex.Split 2015-09-23 03:29:32 +00:00
exec2_test.go
exec_test.go regexp: small correction to test comment 2015-06-14 17:09:13 +00:00
exec.go regexp: port RE2's bitstate backtracker to the regexp package 2015-03-23 16:17:42 +00:00
find_test.go
onepass_test.go regexp: fix one-pass compilation 2015-11-25 17:44:17 +00:00
onepass.go regexp: fix one-pass compilation 2015-11-25 17:44:17 +00:00
regexp.go all: replace strings.Index with strings.Contains where possible 2016-02-19 01:06:05 +00:00