split-text
Function
Splits text into an array of words by whitespace
Syntax
$group = split-text "hello world welcome to rhappsody"
with literal text
$group = split-text $text
with variable text
Splits text into an array of words by whitespace
$group = split-text "hello world welcome to rhappsody"
with literal text
$group = split-text $text
with variable text