wordIndex >>-wordIndex(n)------------------------------------------------>< Returns the position of the first character in the
[n]
th whitespace-delimited word in the
receiving string. It returns
String class - wordIndex method "Now is the time"~wordIndex(3) -> 8 "Now is the time"~wordIndex(6) -> 0 |