Top "Strlen" questions

A standard C function that returns the length of a string.

Will strlen be calculated multiple times if used in a loop condition?

I'm not sure if the following code can cause redundant calculations, or is it compiler-specific? for (int i = 0; i < …

c++ c gcc optimization strlen
PHP Insert Multiple Spaces

I've got some data that needs to be cleaned up into a fixed length format. I'm using PHP to grab …

php spaces explode strlen