I have a file which is a keylog which contains many strings like this: "strigs^H^Hngs"
What I need is a way to take the backspace ascii characters (^H) and delete them, but also delete the corresponding characters so that this test string would end up looking like "strings" because the first ^H corresponds to the second s and the second ^H corresponds to the first g