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

words


>>-words-------------------------------------------------------><

Returns the number of whitespace-delimited words in the receiving string.

String class - words method

"Now is the time"~words      ->    4
" "~words                    ->    0

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