Function downcaseFirst

  • Converts the first word of the string to start with a lowercase character.

    Parameters

    • words: string

      a space separated string.

    Returns string

    a copy of words that starts with a lowercase character.