Get repetition of strings in Julia - ^ operator
The ^ is an operator in julia which is used to repeat the specified string with the specified number of times. Syntax: ^(s::Union{AbstractString, AbstractChar}, n::Integer) Parameters:  s::Union{AbstractString, AbstractChar}: Specified strings or charactersn::Integer: Specified integer Returns: I