strtotitle

Purpose

Convert string to title capitalization.

Syntax

returnedString = strtotitle(string)

returnedString - type: str
string - type: str

Returns

Remarks

Example

See Also

strtolower, strtoupper, String Functions