Awee

shorten

Shorten truncates a string to the given maximum character length.

Shorten truncates a string to the given maximum character length.

Input

string

Parameters

#TypeRequired
0intyes

Returns

string

Examples

{{ description | shorten:100 }}
{{ name | shorten:50 }}

How is this guide?

On this page