Repeats the given string.
Syntax
Smartsite SXML | Copy Code |
---|---|
string string.repeat(string data, integer copies) |
Parameters
Return Value
Data Type | Description |
---|---|
String | String containing the input string [copies] of times. |