capitalize
Filter = capitalize
Makes the first character of a string capitalized.
INPUT | OUTPUT |
---|---|
| Title |
Capitalize only capitalizes the first character of a string, so later words are not affected:
INPUT | OUTPUT |
---|---|
| My great title |
Makes the first character of a string capitalized.
INPUT | OUTPUT |
---|---|
| Title |
Capitalize only capitalizes the first character of a string, so later words are not affected:
INPUT | OUTPUT |
---|---|
| My great title |