Name: Anonymous 2013-03-13 20:56
Is it possible to do the same thing str_replace() does without actually using str_replace()?
strlen() opcode?printf() to output text to stdout.
rep stos and friends, but those operate on plain arrays rather than C strings. In practice you never use them except for very short operations (if you want real vector ops, you use SSE).