• Splits a camel case string into an array of words.

    Parameters

    • str: string

      Camel case string to split.

    Returns string[]

    Array of words.