go/src/regexp
Marvin Stenger 90d71fe99e all: revert "all: prefer strings.IndexByte over strings.Index"
This reverts https://golang.org/cl/65930.

Fixes #22148

Change-Id: Ie0712621ed89c43bef94417fc32de9af77607760
Reviewed-on: https://go-review.googlesource.com/68430
Reviewed-by: Ian Lance Taylor <iant@golang.org>
2017-10-05 23:19:10 +00:00
..
syntax regexp: Remove duplicated function wordRune() 2017-09-08 23:39:37 +00:00
testdata regexp/syntax: fix factoring of common prefixes in alternations 2016-01-08 16:41:46 +00:00
all_test.go regexp: speed up QuoteMeta with a lookup table 2017-04-28 06:43:14 +00:00
backtrack.go regexp: make (*bitState).push inlinable 2017-09-25 19:34:26 +00:00
example_test.go regexp: examples for Regexp.Expand and Regexp.ExpandString functions 2017-08-28 15:34:19 +00:00
exec.go all: fix article typos 2017-09-15 02:39:16 +00:00
exec2_test.go
exec_test.go all: revert "all: prefer strings.IndexByte over strings.Index" 2017-10-05 23:19:10 +00:00
find_test.go
onepass.go regexp: remove redundant break 2017-04-25 15:00:06 +00:00
onepass_test.go regexp: reduce allocations at onePassCopy 2017-03-28 17:58:10 +00:00
regexp.go all: revert "all: prefer strings.IndexByte over strings.Index" 2017-10-05 23:19:10 +00:00