7 7331 New Member Mar 25, 2013 #1 How should I go about tagging char positions of a String?For example, I have a String 'string' and changed 'str' to 'flam' to become 'flaming'. I want to tag the 'flam' part that's been replaced. What is the best way to do this in java?
How should I go about tagging char positions of a String?For example, I have a String 'string' and changed 'str' to 'flam' to become 'flaming'. I want to tag the 'flam' part that's been replaced. What is the best way to do this in java?