go/src/regexp
Josh Roppo 9ca9f31f0b regexp: example for MatchString function
Change-Id: I5ca5a6689f0679154c24820466f5cf0011d0aaa6
Reviewed-on: https://go-review.googlesource.com/48959
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
2017-07-15 21:13:35 +00:00
..
syntax
testdata
all_test.go regexp: speed up QuoteMeta with a lookup table 2017-04-28 06:43:14 +00:00
backtrack.go
example_test.go regexp: example for MatchString function 2017-07-15 21:13:35 +00:00
exec.go regexp: reduce allocs in regexp.Match for onepass regex 2017-03-23 00:02:55 +00:00
exec2_test.go
exec_test.go regexp: reduce allocs in regexp.Match for onepass regex 2017-03-23 00:02:55 +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 regexp: speed up QuoteMeta with a lookup table 2017-04-28 06:43:14 +00:00