pub fn istitle<D: Dimension>(a: &StringArray<D>) -> FerrayResult<Array<bool, D>>Expand description
Return true where the string is titlecased (first letter of each
word is uppercase, the rest lowercase). Matches
numpy.strings.istitle.
pub fn istitle<D: Dimension>(a: &StringArray<D>) -> FerrayResult<Array<bool, D>>Return true where the string is titlecased (first letter of each
word is uppercase, the rest lowercase). Matches
numpy.strings.istitle.