var str = "/1/2/3/4/6666666666"; var index = str .lastIndexOf("/"); str = str .substring(index + 1, str .length); console.log(str)