-
Discord user ID0xN0rd Describe your question in detail.hi, how to convert string to lowercase in move? What error, if any, are you getting?No response What have you tried or looked at? Or how can we reproduce the error?N/A Which operating system are you using?Windows Which SDK or tool are you using? (if any)TypeScript SDK Describe your environment or tooling in detailNo response |
Beta Was this translation helpful? Give feedback.
Answered by
CapCap
May 15, 2024
Replies: 1 comment
-
Hi! There isn't a built in yet, but something like the following would work for ascii strings:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
0xmaayan
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi! There isn't a built in yet, but something like the following would work for ascii strings: