STRING_ARMY
Useful String Operations such as case conversion, reverse etc
Usage
- Select text in your editor & run below commands from command pallet:
STRING_ARMY: toReverse red apple = elppa der
STRING_ARMY: toUpperCase red apple = RED APPLE
STRING_ARMY: toLowerCase RED APPLE = red apple
STRING_ARMY: toTitleCase red apple = red_apple
STRING_ARMY: toCamelCase red apple = redApple
STRING_ARMY: toPascalCase red apple = RedApple
STRING_ARMY: toSentenceCase red apple = Red apple
STRING_ARMY: toKebabCase red apple = red-apple
STRING_ARMY: toSnakeCase red apple = red_apple
STRING_ARMY: toToggleCase Red Apple = rED aPPLE
STRING_ARMY: toAlternateCase red apple = ReD aPple
Enjoy!
| |