I was asked to modify some text that had been built incorrectly. Basically insert some text at a certain point. First I use a regex to find the text, then insert the new value within that match. Now since the inserted value goes inside the matched text
Read More...