> stringReplace() and stringLength() or whatever parallel pair floats > one's linguistic boat. for those who *REALLY* need it you could probably stuff it all into a config ... function stringLength($a) { return (int)strlen($a); // problem solved } :-)