Data 1 0-trimStringByWordCount
From ADF Docs
Description
Shortens a string without cutting words in half and appends '...' to the end.
Signature
public String trimStringByWordCount ( string str, numeric words, boolean useEllipsis )
Parameters
Required | Name | Type | Description | |
required | str | string | The string to modify | |
words | numeric | The number of words to display | ||
optional | optional | useEllipsis | boolean | [Default: true] Option to turn off the Ellipsis [...] at the end of the trimed string |