@wtasnorg/node-lib / fieldsFuncSeqString
fieldsFuncSeqString(
s,f):Generator<string,void,unknown>
Defined in: src/strings.ts:402
FieldsFuncSeq returns an iterator over substrings of s split around runs of code points satisfying f(c).
string
Input string.
(_ch) => boolean
Predicate; split at runs of characters satisfying f.
Generator<string, void, unknown>
Iterator over fields.