| 
| 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 | 
|---|
|  | 
  yves - 2007-12-19 08:43:33what the use of this class?
  Diogo Souza da Silva - 2007-12-19 17:24:03 - In reply to message 1 from yvesIt is a object oriented aproach for the String object, with most of the possible action/manipulation method in it's scope.
  Diogo Souza da Silva - 2008-01-27 14:11:01 - In reply to message 2 from Diogo Souza da SilvaUpdating...
 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.
 |