| Name | <ElementTag.repeat[<#>]> |
| Returns | ElementTag |
| Description | Returns a copy of the element, repeated the specified number of times.
For example, "hello" .repeat[3] returns "hellohellohello" An input value or zero or a negative number will result in an empty element. |
| Generated Example | |
| Group | element manipulation |
| Source | https://github.com/DenizenScript/Denizen-Core/blob/master/src/main/java/com/denizenscript/denizencore/objects/core/ElementTag.java#L1155 |