Lava Filters - Truncate
Category:Text
Description:
Will shorten the input down to the provided size and append an optional string to the end. The length of
the appending string will be counted in the truncate size. If no appending string is provided '...' will be used.
Input: "Person": {
"FullName": "Ted Decker"
}
Lava: {{ Person.FullName | Truncate:9,'...' }}
Output: Ted De...