Hello! I would like know how to change the case and add space in a string to make another string.
I would like a space between a lowercase and a uppercase and all uppercase become a lowercase except the first uppercase.
Exemples:
- HelloWorld = Hello world
- BrickRed = Brick red
- GreyMouse = Grey mouse
Could you show me a script please?