Is there a function to create a string with repeated characters in Powershell? I am looking for something like,
$string = repeat-char("*",35)
Thanks.
Is there a function to create a string with repeated characters in Powershell? I am looking for something like,
$string = repeat-char("*",35)
Thanks.