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

Can you make this work for string slices? #1

Open
wildwestrom opened this issue Dec 1, 2023 · 1 comment
Open

Can you make this work for string slices? #1

wildwestrom opened this issue Dec 1, 2023 · 1 comment

Comments

@wildwestrom
Copy link

I found this useful, except I often use str::find for string parsing. Having a find_all variant of this would be amazing!

@cook-f
Copy link
Owner

cook-f commented Dec 23, 2023

I think it's possible, assuming it is I'll add it at some point. For now I'd think that my_str.chars().find_all() is most likely sufficient?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants