bayard      2002/09/17 03:30:48

  Modified:    lang     STATUS.html
  Log:
  Added some StringUtils todos.
  
  Revision  Changes    Path
  1.13      +4 -1      jakarta-commons/lang/STATUS.html
  
  Index: STATUS.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/lang/STATUS.html,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- STATUS.html       15 Sep 2002 10:29:25 -0000      1.12
  +++ STATUS.html       17 Sep 2002 10:30:48 -0000      1.13
  @@ -91,6 +91,9 @@
   <li>CalendarUtils - possible addition of a calendar utility class (from Serge 
Knystautas)</li>
   <li>CloneUtils - utility class to enable cloning via various different 
mechanisms</li>
   <li>StringUtils containsOnly method - proposed new method to check if a string 
contains only certain chars</li>
  +<li>StringUtils truncateNicely method - A substring with some extra power to choose 
where to cut off. It was in Avalon and was added separately to String Taglib from a 
code submission. This suggests it may have some comonality</li>
  +<li>StringUtils parseBoolean method - This method is in OSCore's TextUtils and 
seems very reusable. It could go in a BooleanUtils if such a need was seen</li>
  +<li>StringUtils uncapitaliseAllWords method - String Taglib has shown that this 
method is missing from StringUtils. </li>
   </ul>
   
   
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to