org.apache.tools.ant.taskdefs.optional.sitraka
Class StringUtil
java.lang.Object
org.apache.tools.ant.taskdefs.optional.sitraka.StringUtil
public final class StringUtil
extends java.lang.Object
String utilities method.
static void | replace(StringBuffer src, String find, String replacement) - Replaces all occurences of find with replacement in the
source StringBuffer.
|
replace
public static void replace(StringBuffer src,
String find,
String replacement)
Replaces all occurences of find with replacement in the
source StringBuffer.
src
- the original string buffer to modify.find
- the string to be replaced.replacement
- the replacement string for find matches.
Copyright B) 2000-2007 Apache Software Foundation. All Rights Reserved.