textConvert
    Preparing search index...

    Function camelCase

    • Convert a string from any convention to Camel Case convention.

      Parameters

      • text: string

        A string to be converted to Camel Case.

      Returns string

      A string in camelCase convention.

      camelCase('hello world'); // 'helloWorld'