Re: string[] modification
Posted by
Guido Lütke Wöstmann on
Jan 30, 2008; 8:48am
URL: http://imagej.273.s1.nabble.com/string-modification-tp3697362p3697366.html
Hello,
use the "StringBuffer" or "StringBuilder" Classes for
String-Modification. They are Standard-Java-Classes.
You can find them in the Package "java.lang" (in the
Java-Doc).
Hope this helps,
Guido
Marie-Laure Boizeau schrieb:
> Hello,
>
>
> I would like to selecte a part of a string to remove one part and add an
> other. (to save an image with the same raw of name)
> I have a list of string[]
> For each string[i] i would like to select the four first char and add
> for example "Modified" at the end of the string.
>
> Thank you for your help
>
> Marie
>
>
>