We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 976a852 commit 9d84e0eCopy full SHA for 9d84e0e
src/regexp/regexp.go
@@ -30,8 +30,8 @@
30
// matches of the entire expression. Empty matches abutting a preceding
31
// match are ignored. The return value is a slice containing the successive
32
// return values of the corresponding non-'All' routine. These routines take
33
-// an extra integer argument, n; if n >= 0, the function returns at most n
34
-// matches/submatches.
+// an extra integer argument, n. If n >= 0, the function returns at most n
+// matches/submatches; otherwise, it returns all of them.
35
//
36
// If 'String' is present, the argument is a string; otherwise it is a slice
37
// of bytes; return values are adjusted as appropriate.
0 commit comments