I want to create a method using pointers to insert a substring within a string. I understand how to do this with arrays, but it is unclear to me how this is done using pointers. Any suggestions would be great!