str = "hello I'm McDown..."; newStr = str.substring(0, str.length - 3); // Returns "hello I'm McDown"