ExcludeLastWord
STD.Str.ExcludeLastWord
STD.Str.ExcludeLastWord
Str.ExcludeLastWord
ExcludeLastWord
( text )
text
A string containing words separated by whitespace.
Return:
ExcludeLastWord returns a STRING value.
The ExcludeLastWord function returns
the text string with the last word removed. Words are
separated by one or more whitespace characters. Whitespace after
the last word is also removed.
Example:
A := STD.Str.ExcludeLastWord('The quick brown fox');
//A contains 'The quick brown'