@Christoph-Hart said in String Functions:
You can capitalize a string like this:
I'm using this quite often so decided to add it to the source code as String.toStartCase(). https://github.com/christophhart/HISE/pull/284
Maybe the function should be called capitalise or capitalize, what do you guys think?
Edit: This currently causes a build error on MacOS. So don't use it yet :)
Edit2: I fixed the bug on Mac and changed the function name to .capitalize because I think it makes it more understandable.