I am currently in the middle of creating a Wordle game just to learn how editable text box UI stuff work and one obstacle I hit was realizing there are no Upper() or Lower() function calls for strings to be able to ignore case sensitivity that the user inputs. I can set up my own algorithm to work around it, but just for the future, it would be super useful to have those calls exist.
Hi @DolphinDom: thanks for the feedback. We have been discussing internally how to implement a more fully-featured Verse string library in general that will address this as part of it (we need to tread carefully to make sure we do the right thing in terms of casing and other transformations when it comes to Unicode and not just the ASCII subset). Unfortunately no other updates for now.