org.apache.tools.ant.taskdefs.optional.sitraka
public final class StringUtil extends Object
| Method Summary | |
|---|---|
| static void | replace(StringBuffer src, String find, String replacement)
Replaces all occurences of find with replacement in the
source StringBuffer. |
Parameters: src the original string buffer to modify. find the string to be replaced. replacement the replacement string for find matches.