Did not check the correct string
Co-authored-by: r3cp3ct <45179536+r3cp3ct@users.noreply.github.com> Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
This commit is contained in:
parent
c0379543e6
commit
72565d2b02
Binary file not shown.
@ -95,7 +95,7 @@ public class String{
|
|||||||
public String replace(int start,int end,java.lang.String str) {
|
public String replace(int start,int end,java.lang.String str) {
|
||||||
this.sb.replace(start,end,str);
|
this.sb.replace(start,end,str);
|
||||||
bounds = new Point(0,1);
|
bounds = new Point(0,1);
|
||||||
updateBounds(str);
|
updateBounds(this.sb.toString());
|
||||||
return this;
|
return this;
|
||||||
}
|
}
|
||||||
public int length() {
|
public int length() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user