go/src/regexp
Vladimir Kovpak 55c55dda1f regexp: use backquotes for all regular expression examples
This commit performs replace double quote to backquote,
so now all examples looks consistent.

Change-Id: I8cf760ce1bdeff9619a88e531161b9516385241b
GitHub-Last-Rev: e3e636cebb
GitHub-Pull-Request: golang/go#28879
Reviewed-on: https://go-review.googlesource.com/c/150397
Reviewed-by: Rob Pike <r@golang.org>
Run-TryBot: Rob Pike <r@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
2018-11-20 12:05:15 +00:00
..
syntax all: use "reports whether" consistently in the few places that didn't 2018-11-02 22:47:58 +00:00
testdata
all_test.go regexp: add DeepEqual test 2018-10-12 17:48:42 +00:00
backtrack.go regexp: evaluate context flags lazily 2018-10-12 17:48:41 +00:00
example_test.go regexp: use backquotes for all regular expression examples 2018-11-20 12:05:15 +00:00
exec.go regexp: evaluate context flags lazily 2018-10-12 17:48:41 +00:00
exec2_test.go
exec_test.go regexp: split one-pass execution out of machine struct 2018-10-12 17:48:35 +00:00
find_test.go
onepass.go regexp: split one-pass execution out of machine struct 2018-10-12 17:48:35 +00:00
onepass_test.go regexp: split one-pass execution out of machine struct 2018-10-12 17:48:35 +00:00
regexp.go regexp: add partial Deprecation comment to Copy 2018-10-12 17:48:44 +00:00