Description Usage Arguments Value Examples
Helper Function: Cut Strings
1 | helper_get_substrings_list(.string, .min_char)
|
.string |
A charcter atring |
.min_char |
Number between 0 and 1 exclusively (Determines the minimum percent of the string to cut) |
A list with cutted strings
1 | helper_get_substrings_list("TEST STRING", .8)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.