How to replace a string by number of times other/itself string?
e.g. UNIX is good. replace UNIX by 4 times O/p : UNIXUNIXUNIXUNIX is good.
How to do similar way n times?.
How to replace a string by number of times other/itself string?
e.g. UNIX is good. replace UNIX by 4 times O/p : UNIXUNIXUNIXUNIX is good.
How to do similar way n times?.