-
Enhancement
-
Resolution: Won't Fix
-
P4
-
None
-
None
-
generic
-
generic
A DESCRIPTION OF THE PROBLEM :
Currently String has only trim() method. However, it is very often required to make only left trim or only right trim. And every project has to implement this methods. So, I suggest to add ltrim() and rtrim() methods to String class.
Currently String has only trim() method. However, it is very often required to make only left trim or only right trim. And every project has to implement this methods. So, I suggest to add ltrim() and rtrim() methods to String class.