🏠FunctionscamelCase()On this pagecamelCase()Returns a string in camelCase.Usageimport { camelCase } from 'string-factory';camelCase(string);CopyProp typesproptyperequireddefaultstringStringyesnullExamplescamelCase("great for automating file name creation") // greatForAutomatingFileNameCreationCopy