Module String

A module with helper functions related to strings.

Info:

  • License: MIT
  • Author: Richard Voelker

Functions

StringNTimes (s, n) Duplicates the given string n times and returns a new string.


Functions

StringNTimes (s, n)
Duplicates the given string n times and returns a new string.

Parameters:

  • s string The string to duplicate.
  • n integer The amount of times to duplicate the string.

Returns:

    string The duplicated string.
generated by LDoc 1.4.3 Last updated 2016-07-26 17:10:04