|
@@ -89,7 +89,7 @@ class String {
|
|
ret.push(match);
|
|
ret.push(match);
|
|
idx = newidx + delimiter.length;
|
|
idx = newidx + delimiter.length;
|
|
} else {
|
|
} else {
|
|
- ret.push(NativeStringTools.sub(this,idx,NativeStringTools.len(this)).match);
|
|
|
|
|
|
+ ret.push(NativeStringTools.sub(this,idx,this.length).match);
|
|
idx = null;
|
|
idx = null;
|
|
}
|
|
}
|
|
}
|
|
}
|