# Functions
CamelCase returns a string that is a camel case.
RemoveContentIntoBrackets removes content inside brackets, including brackets.
RemoveExtraSpaces removes unnecessary spaces in the string For example RemoveExtraSpaces("hello world ") return "hello world".
RemoveNonAlphaNum removes all special characters in the string.