Tagging String positions

7331

New Member
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?
 
Back
Top