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 83acdf1 commit 2c27e84Copy full SHA for 2c27e84
strings.md
@@ -2031,7 +2031,7 @@ The `matchAll` method will return a collection containing the portions of a stri
2031
2032
// collect(['bar', 'bar'])
2033
2034
-If you specify a matching group within the expression, Laravel will return a collection of that group's matches:
+If you specify a matching group within the expression, Laravel will return a collection of the first matching group's matches:
2035
2036
use Illuminate\Support\Str;
2037
0 commit comments