ggz.common
Class StringUtil

java.lang.Object
  extended by ggz.common.StringUtil

public class StringUtil
extends java.lang.Object


Constructor Summary
StringUtil()
           
 
Method Summary
static java.lang.String replace(java.lang.String text, java.lang.String character, java.lang.String replacement)
          Replaces all occurrences of ch with the replacement String.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringUtil

public StringUtil()
Method Detail

replace

public static java.lang.String replace(java.lang.String text,
                                       java.lang.String character,
                                       java.lang.String replacement)
Replaces all occurrences of ch with the replacement String.

Parameters:
text -
character -
replacement -
Returns: