Signature
path=null start=null
Parameters
- str:
string- The string to count words in.
Returns
number - The number of words in the string.
Counts the number of words in a string.
string - The string to count words in.number - The number of words in the string.