Bases: PipeABC
PipeABC
Converts first char to lower
value: strString to convert
str
String to convert
String with first char as lower
Converts first char to upper
chars: strString to convert
String with first char as upper
Bases: ABC
ABC
Converts string to camel case
String converted to CamelCase
Converts string to snake case
String converted to snake_case