in reply to Re: Re: should this backspace removal code be done better?
in thread should this backspace removal code be done better?
You miss the point or I do.
When you remove the \b, you also have to remove the character behind it over which it backspaced. In your example, the final output should be something like "hel".
|
|---|