PHP Classes

what the use of this class?

Recommend this page to a friend!

      String  >  All threads  >  what the use of this class?  >  (Un) Subscribe thread alerts  
Subject:what the use of this class?
Summary:Package rating comment
Messages:3
Author:yves
Date:2007-12-19 08:43:30
Update:2008-01-27 14:11:01
 

 

yves rated this package as follows:

Utility: Insufficient
Consistency: Good

  1. what the use of this class?   Reply   Report abuse  
Picture of yves yves - 2007-12-19 08:43:33
what the use of this class?

  2. Re: what the use of this class?   Reply   Report abuse  
Picture of Diogo Souza da Silva Diogo Souza da Silva - 2007-12-19 17:24:03 - In reply to message 1 from yves
It is a object oriented aproach for the String object, with most of the possible action/manipulation method in it's scope.

  3. Re: what the use of this class?   Reply   Report abuse  
Picture of Diogo Souza da Silva Diogo Souza da Silva - 2008-01-27 14:11:01 - In reply to message 2 from Diogo Souza da Silva
Updating...

besides the OO thing, now it contains three functions that i think it's really usefull in some cases:

Undo/Redo -> It's really handy sometimes
Clean -> Which is great for preparing string for filenames, logins and such.

And some others, that was already there:

HtmlEncodeWords -> Wich encodes just the words on the string, but keeps the tags in it. Like if you get a template, and want to make sure it's in a right character set.
toURL -> Prepare for using in url.