-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
invalid character index in findfirst #15723
Comments
it looks like it's trying to treat the string as an array, but also assumes that arrays are indexed as |
Those functions might need an |
There is |
That said, it looks like it should be easy to generalize to any iterable and index type, returning the state from |
Ran into this again:
Putting on the 1.0 milestone since restricting the find functions after would be breaking. |
Would potentially be fixed by @JeffBezanson's proposal in #10593. |
fix #15723, `findfirst` on strings
The text was updated successfully, but these errors were encountered: