Function strCap

  • Capitalizes the first letter of a phrase

    Example

    strCap("lower case");
    => "Lower case"

    Parameters

    • a: string

      A string

    Returns string

Generated using TypeDoc