Ivanko B schrieb: > Why deal with single characters, by index, when working with > substrings also covers the single-character use? > ==================== > Possibly because it tens times as slower for multiple chars processed. Not really. Replacing the same amount of bytes can *always* be done in-place. DoDi