@wtasnorg/node-lib / fieldsString
fieldsString(
s):string[]
Defined in: src/strings.ts:356
Fields splits the string s around each instance of one or more consecutive white space characters, returning an array of substrings. If s contains only white space, an empty array is returned.
string
Input string.
string[]
Array of whitespace-separated fields.