|
strWords |
|
strWords( const string, // string holding the sentence const start, // starting word, index based 1 [const count]) // # of words Extract words from a string. If count is omitted, all remaining words are taken. Example: const s = 'the quick brown fox jumps'; strWords(s,2,2); // quick brown strWords(s,4); // fox jumps |
||||||||
| Copyright © IBK Landquart | Last revision: 27.05.2002 | << Back Top Next >> |