package
0.0.2
Repository: https://github.com/downsized-devs/sdk-go.git
Documentation: pkg.go.dev

# Functions

This function is converting text from UpperCase to camelCase {TextExample => textExample}.
This function is converting text from camelCase to lower-case-with-dash {textExample => text-example}.
This function is converting text from camelCase to lower case with space {textExample => test example}.
This function is converting text from camelCase to snake_case {textExample => test_example}.
This function is converting text from camelCase to UpperCase {textExample => Test Example}.
This function is converting text from camelCase to Upper Case With Space {textExample => Text Example}.