-
Notifications
You must be signed in to change notification settings - Fork 18.4k
regexp: use backquotes for all regular expression examples #28879
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
On reflect documentation page only this function doesn't have description, this commit add simple description.
This reverts commit 0055708.
This commit adds examples for Match, Find, FindAllSubmatch, FindSubmatch and Match functions.
This commit adds examples for Match, Find, FindAllSubmatch, FindSubmatch and Match functions.
This commit adds examples for Match, Find, FindAllSubmatch, FindSubmatch and Match functions.
This commit performs replace double quote to backquote, so now all examples looks consistent.
This PR (HEAD: e3e636c) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/go/+/150397 to see it. Tip: You can toggle comments from me using the |
Message from Rob Pike: Patch Set 1: Run-TryBot+1 Code-Review+2 Thank you. Please don’t reply on this GitHub thread. Visit golang.org/cl/150397. |
Message from Gobot Gobot: Patch Set 1: TryBots beginning. Status page: https://farmer.golang.org/try?commit=e979cb7a Please don’t reply on this GitHub thread. Visit golang.org/cl/150397. |
Message from Gobot Gobot: Patch Set 1: TryBot-Result+1 TryBots are happy. Please don’t reply on this GitHub thread. Visit golang.org/cl/150397. |
This commit performs replace double quote to backquote, so now all examples looks consistent. Change-Id: I8cf760ce1bdeff9619a88e531161b9516385241b GitHub-Last-Rev: e3e636c GitHub-Pull-Request: #28879 Reviewed-on: https://go-review.googlesource.com/c/150397 Reviewed-by: Rob Pike <[email protected]> Run-TryBot: Rob Pike <[email protected]> TryBot-Result: Gobot Gobot <[email protected]>
This PR is being closed because golang.org/cl/150397 has been merged. |
This commit performs replace double quote to backquote, so now all examples looks consistent. Change-Id: I8cf760ce1bdeff9619a88e531161b9516385241b GitHub-Last-Rev: e3e636c GitHub-Pull-Request: #28879 Reviewed-on: https://go-review.googlesource.com/c/150397 Reviewed-by: Rob Pike <[email protected]> Run-TryBot: Rob Pike <[email protected]> TryBot-Result: Gobot Gobot <[email protected]>
This commit performs replace double quote to backquote,
so now all examples looks consistent.