-
Notifications
You must be signed in to change notification settings - Fork 169
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 function Strings.contains #4493
base: master
Are you sure you want to change the base?
Conversation
In accordance with python, java, etc.
Co-authored-by: tobolar <[email protected]>
Co-authored-by: tobolar <[email protected]>
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.
What is the benefit of this function? Just to simplify calling find
when a boolean output is needed?
Yes, it is a higher-level function. It will be used by #3247 but added here as dedicated issue for better transparency (in release notes etc.) |
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.
Looks good.
Cherry-picked from #3247.