-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[String] allow passing null to string functions #38269
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
Conversation
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.
Would be ok for 5.1 to me.
Oops, sorry, tried to switch to 5.1 via the UI and it blew up. |
You'll have to rebase onto 5.1 as well. 🤓 |
Rebased and switched to 5.1 now |
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.
For master as this is a new feature.
Thank you @kbond. |
I also added a default value for
s
to match the other functions.