this.decodeElementList.list[index].native = native.substring(0, nativeIndex) native = native.slice(nativeIndex + this.decodeElementList.NP.length) code example
Example: reactsj substring
var str = "Hello world!";
var res = str.substring(1, 4);
// res value is "ell"