File utils//stringutil.lua

Functions

stringutil.concat (...) Concats all the given items by invoking tostring on them into one string.


Functions

stringutil.concat (...)
Concats all the given items by invoking tostring on them into one string.

Parameters

  • ...: The items to concat.

Return value:

The concatenated items as string.

Valid XHTML 1.0!