Shortens a string without cutting words in half and appends '...' to the end.
public String trimStringByWordCount ( string str, numeric words, boolean useEllipsis )
Parameters