Read Me - Common Public License V1.0 - Copyright Notice(©)

caselessWordPos


>>-caselessWordPos(phrase-+--------+-)---------------------------------><
                          +-,start-+

Returns the word number of the first word of [phrase] found in the receiving buffer, or 0 if [phrase] contains no words or if [phrase] is not found. Word matches are made independent of case. Multiple whitespace characters between words in either [phrase] or the receiving buffer are treated as a single blank for the comparison, but, otherwise, the words must match exactly.

By default the search starts at the first word in the receiving string. You can override this by specifying [start] (which must be positive), the word at which the search is to be started.

Read Me - Common Public License V1.0 - Copyright Notice(©)