So if we’re going to replace all uses of we better do it here too. Given our functions we already defined for escaping and unescaping characters this wont be too difficult. We’ll just loop over each character in the string and if it is esapable then we’ll escape it, otherwise we’ll print it out as normal.