@wtasnorg/node-lib / fieldsSeqString
fieldsSeqString(
s):Generator<string,void,unknown>
Defined in: src/strings.ts:432
FieldsSeq returns an iterator over substrings of s, split around each instance of one or more consecutive white space characters.
string
Input string.
Generator<string, void, unknown>
Iterator over whitespace-separated fields.