Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
REPT
[go: Go Back, main page]

REPT

Syntax

=REPT(string, repetitions)

Arguments

ArgumentTypeDescription
stringStringThe specified string
repetitionsNumberThe number of times to repeat the string

Examples

=REPT("Hello!", 3)"Hello!Hello!Hello!"

=REPT("na ", 8)"na na na na na na na na"

=REPT("Nothing", 0)""