List of utility methods to do String Repeat
return (count > 0) ? join(string, new String[count + 1]) : EMPTY;