JS Utils Kit - v0.5.1
    Preparing search index...

    Function isCamelCase

    • Checks if a string is in camelCase format.

      Parameters

      • value: string

        The input string.

      Returns boolean

      True if the string is camelCase.

      isCamelCase("helloWorld") // true
      isCamelCase("HelloWorld") // false