-
Notifications
You must be signed in to change notification settings - Fork 24
Add text_position #505
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
Add text_position #505
Conversation
This process is pretty similar to
|
Good point.
Sounds good. +1
I don't have strong preferences here. +0
pattern is coming from text_contains, text_begins, ... Edit: Updated the PR accordingly. |
good point Another thing that is worth mentioning is that the returned position is a zero-based index (as mentioned in array_find) |
Isn't that captured by the description of the return value?
If not, happy to accept proposals how to improve. |
I just mentioned it because I noticed it's the first statement in the description of array_find
while it's not explicitly mentioned in current PR of text_find |
Updated PR to be aligned with the draft branch. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
minor fix suggested, but fine to merge apart from that
Co-authored-by: Stefaan Lippens <soxofaan@users.noreply.github.com>
No description provided.