I am trying to use the string.replace function to replace one character of a string to a sequence of others.
Like this
Say i have a simple string called draw.
String draw = "F";
System.out.println(draw);
draw.replace("F","F-F+F+F-F");
System.out.println(draw);
The output is
F
F...
Hi Guest we just wanted to alert you to a major change in the forum. We will no longer be allowing the posting of outgoing links. Please use the attachment feature to attach media to your posts.