isTitle
Syntax
isTitle(X)
Details
Check if X is a titlecased string, which has the first character in each word uppercase and the remaining all characters lowercase alphabets.
Parameters
X is a STRING scalar or vector.
Returns
A Boolean scalar or vector.
