org.dmonix.util
Class StringHandler

java.lang.Object
  extended byorg.dmonix.util.StringHandler

public abstract class StringHandler
extends java.lang.Object

Title: Description: Copyright: Copyright (c) Company:

Version:
1.0
Author:
Peter Nerg

Constructor Summary
StringHandler()
           
 
Method Summary
static java.lang.String trim(java.lang.String text)
          Removes all white space from a string
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringHandler

public StringHandler()
Method Detail

trim

public static java.lang.String trim(java.lang.String text)
Removes all white space from a string

Parameters:
text - The string to remove the white space from
Returns:
String


Copyright © 1998-2005 dmonix.org Peter Nerg, All Rights Reserved.