Methods on strings? #1767
vanillajonathan
started this conversation in
Ideas
Replies: 1 comment 4 replies
-
I agree some string functions would be very useful. A survey of what's common enough across DBs to add to the stdlib would be welcome. For example, maybe we add some functions to the stdlib like At the moment, we only have functions, no methods. That could change in the future, but would be a bigger discussion. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Imagine if strings were objects with methods on them, so you could do things like:
Or:
Beta Was this translation helpful? Give feedback.
All reactions