1
0
mirror of https://github.com/golang/go synced 2024-11-24 03:20:02 -07:00
go/src/regexp
Alan Donovan 8c610aa633 regexp: fix incorrect name in Match doc comment
Change-Id: I628aad9a3abe9cc0c3233f476960e53bd291eca9
Reviewed-on: https://go-review.googlesource.com/135235
Reviewed-by: Ralph Corderoy <ralph@inputplus.co.uk>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
2018-09-13 16:29:06 +00:00
..
syntax regexp/syntax: don't do both linear and binary sesarch in MatchRunePos 2018-08-22 17:11:57 +00:00
testdata
all_test.go regexp: don't allocate when All methods find no matches 2018-02-13 18:44:40 +00:00
backtrack.go regexp: make (*bitState).push inlinable 2017-09-25 19:34:26 +00:00
example_test.go regexp: examples for Regexp.FindIndex and Regexp.FindAllSubmatchIndex methods 2018-06-30 01:04:30 +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
exec.go all: update comment URLs from HTTP to HTTPS, where possible 2018-06-01 21:52:00 +00:00
find_test.go
onepass_test.go regexp: reduce allocations at onePassCopy 2017-03-28 17:58:10 +00:00
onepass.go all: use strings.Builder instead of bytes.Buffer where appropriate 2018-03-26 23:05:53 +00:00
regexp.go regexp: fix incorrect name in Match doc comment 2018-09-13 16:29:06 +00:00