NAME
    capitalize - make the first letter of a string uppercase

    SYNOPSIS
    string capitalize(string str)

    DESCRIPTION
    With this command the first letter of a string is made upper-case.

    SEE ALSO
    lower_case