Skip to content
Snippets Groups Projects
Commit e4ab8b0f authored by luochuanhang's avatar luochuanhang Committed by Ian Lance Taylor
Browse files

regexp: add the missing is

Change-Id: I23264972329aa3414067cd0e0986b69bb39bbeb5
GitHub-Last-Rev: d1d668a3cbe852d9a06f03369e7e635232d85139
GitHub-Pull-Request: golang/go#50650
Reviewed-on: https://go-review.googlesource.com/c/go/+/378935


Reviewed-by: default avatarIan Lance Taylor <iant@golang.org>
Trust: Daniel Martí <mvdan@mvdan.cc>
parent bb7fb8a5
No related branches found
No related tags found
No related merge requests found
...@@ -42,7 +42,7 @@ ...@@ -42,7 +42,7 @@
// successive submatches of the expression. Submatches are matches of // successive submatches of the expression. Submatches are matches of
// parenthesized subexpressions (also known as capturing groups) within the // parenthesized subexpressions (also known as capturing groups) within the
// regular expression, numbered from left to right in order of opening // regular expression, numbered from left to right in order of opening
// parenthesis. Submatch 0 is the match of the entire expression, submatch 1 // parenthesis. Submatch 0 is the match of the entire expression, submatch 1 is
// the match of the first parenthesized subexpression, and so on. // the match of the first parenthesized subexpression, and so on.
// //
// If 'Index' is present, matches and submatches are identified by byte index // If 'Index' is present, matches and submatches are identified by byte index
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment