split-text
function
The split-text
action Splits text into an array of words by whitespace. It belongs to the text category within the ui area.
Action Syntax
split-text "text"
A quoted text string
split-text $variable
A variable name starting with $
Return Value
This function returns a
GRP_STRING
value that can be stored in a variable:
$result = split-text
Valid sizes
tiny
small
medium
large
extra
Examples
// Basic Usage
$group = split-text "hello world welcome to rhappsody"
Action code: 3283815687
Version: 0.6.4-3
Last updated: 2025-06-13