Replace a substring of A String with another substring n number of times without using any predefined functions (like replace , substring etc) n number of times.
Sigiloso
Solved it by checking alphabet by alphabet for the specified length of the substring.