Get the last n words from a String.
Syntax
Parameters
subject - The String to extract from.
Result
subject.
Returns a String produced by extracting limit words from subject. A "word" is considered to be a sequence of letters or numbers, including international characters. Whitespace and punctuation characters split the words up, but will not increase the word count.