nkrkv/text@1.1.0

License: AGPL-3.0

Text manipulation
NodeDescription
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
To use the nodes in your project you should have the nkrkv/text library installed. Use the “File → Add Library” menu item in XOD IDE if you don’t have it yet. See Using libraries for more info.