I'm sure you all know that
"some string".replace("s", "")
strips only first "s" occurence
But what is the reason?
Can anyone give me some input on internal logic of this? I've failed to find out this at EMCA specs I mean that every decision should have a motivation part and it is really important for me to understand the reason.