codetrix - v1.5.0
    Preparing search index...

    Function camelCase

    • Converts a string to camelCase format.

      Parameters

      • str: string

        The string to convert.

      Returns string

      The camelCased string.

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