Function; strrep - HWRM/KarosGraveyard GitHub Wiki

strrep(<sString>, <iNumber>)

Description

(from LUA 4 Manual: 6.2 String Manipulation)

"Returns a string that is the concatenation of <iNumber> copies of the string <sString>."

Example

Arguments

<sString>: the string to copy.
<iNumber>: the number times to repeat the string.

Related Functions

Function Reference

LUA 4 Manual: 6.2 String Manipulation

Comments

Page Status

Updated Formatting? Initial
Updated for HWRM? Initial

⚠️ **GitHub.com Fallback** ⚠️