3 lines
53 B
Text
3 lines
53 B
Text
|
|
String s = new String('X', 5);
|
||
|
|
s.Replace("X", "ha");
|