Jonathan M Davis: > Well, I don't think that I've ever seen a program that did that sort of thing.
It's common Python code (and maybe in future it will be common D2 code). In another answer I have given few examples to Andrei. > If your string processing doesn't require random access, then you > avoid the problem, but as long as it needs random access, you're pretty much > stuck. I understand, this is probably the answer I was looking for, thank you :-) Bye, bearophile
