String tools

String tools

101 Downloads

A library for working with strings. This library can save add-on developers some work.

Functions included:

  • String.startsWith: a function that checks if a string starts with a string.
  • String.join: a function that joins multiple strings with a delimiter.
  • String.split: a function that splits a string by a delimiter.