Skript
Skript copied to clipboard
Case Improvements
Not only "change case of character %number% in %text%", but something like this:
- the first index of %text% in %text% ===> will ignore cases.
- THE FIRST INDEX OF %text% IN %text% ===> won't ignore cases.
- "%player's tool%" ===> will return ===> "light blue wool".
- "%Player's tool%" ===> will return ===> "Light blue wool".
- "%Player's Tool%" ===> will return ===> "Light Blue Wool".
- "%PLAYER'S TOOL%" ==> will return ==> "LIGHT BLUE WOOL".
Awesome. :)
Still think there would be problems in the third example since some expressions not necessarily have at least two words.
Case conversions are in SkExtras and SkriptPlus
Text checking with case sensitivity is in RandomSK
http://www.skunity.com/search?search=case
I don't think this would make a good addition, as adding it would make all existing skripts lowercase things