Replies: 2 comments 1 reply
-
Agree, or at least a documentation update that explains it return only the first group. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Aside from that, |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In my Code I use something like this:
and only getting the first group match back.
Wouldn't it be better that all the matching groups should be returned?
This would be easily accomplished by changing the
matchAll()
method return in Str class fromto
What do you think?
This would be propably a breaking change and therefore could only be implemented in v10+.
Beta Was this translation helpful? Give feedback.
All reactions