License: AGPL-3.0
| Node | Description |
|---|---|
| marquee | Returns a part of the input string with the given room width and offset to achieve a marquee (crawler line) effect. |
| repeat | Returns `N` copies of `IN` joined together. |
| substring | Extracts an inner part of a string. |
| substring-n | Extracts an inner part of a string from `STRT` char, up to `N` chars in length |