# 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}.