$splitText
Retrieves a value from $textSplit.
⚠️ This function is used with
$textSplit.
Usage
$splitText[index]
Parameters
index(Type: HowMany || Flag: Required): The split value to get (e.g 2 for the second split). You can also use>to return the last split value i.e$splitText[>].
Example
$nomention
$textSplit[Hi-Hello-Hey;-]
$splitText[2]
The above example will return output as
Hello.