We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The current regexp_match documentation says that:
Returns a list of [regular expression](https://docs.rs/regex/latest/regex/#syntax) matches in a string.
In fact, it only returns the first match, not a list. The proposed regexp_matches function would return the list.
No response
The text was updated successfully, but these errors were encountered:
take
Sorry, something went wrong.
@Omega359 By any chance did you start working on the regexpr_matches function?
jonathanc-n
Successfully merging a pull request may close this issue.
Describe the bug
The current regexp_match documentation says that:
In fact, it only returns the first match, not a list. The proposed regexp_matches function would return the list.
To Reproduce
No response
Expected behavior
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: