I was working on a proof of concept implementation to support zsh style tied variables to address issue #436. But I found myself needing a way to lowercase a string. Now that we have a string builtin it shouldn't be necessary to run an external command like tr to do this operation.
The text was updated successfully, but these errors were encountered:
I was working on a proof of concept implementation to support zsh style tied variables to address issue #436. But I found myself needing a way to lowercase a string. Now that we have a
string
builtin it shouldn't be necessary to run an external command liketr
to do this operation.The text was updated successfully, but these errors were encountered: