PHP string functions to Class

Would it be better if all PHP string functions are methods of a String class? Would that make working with strings an easy job? and make the code easier to read and maintain? Here is my experiment on wrapping some of the built in functions into a class. Let say we want to modify a … Continue reading PHP string functions to Class