I need to know if all characters in a string are equal (formed by the same character). the function must return true or false depending if all the elements of the string ar
You could implement a Select algorithm to faster find char out of place, this will not increase the speed it the string is "True", but it should make it somewhat faster.