Skip to content
New issue

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

Minor: fix regexp_match function documentation #13004

Closed
Omega359 opened this issue Oct 18, 2024 · 3 comments · Fixed by #13008
Closed

Minor: fix regexp_match function documentation #13004

Omega359 opened this issue Oct 18, 2024 · 3 comments · Fixed by #13008
Assignees
Labels
bug Something isn't working

Comments

@Omega359
Copy link
Contributor

Describe the bug

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.

To Reproduce

No response

Expected behavior

No response

Additional context

No response

@Omega359 Omega359 added the bug Something isn't working label Oct 18, 2024
@jonathanc-n
Copy link
Contributor

take

@jonathanc-n
Copy link
Contributor

@Omega359 By any chance did you start working on the regexpr_matches function?

@Omega359
Copy link
Contributor Author

Omega359 commented Oct 18, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants