We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
var str = '12345678'; str = str.substring(0, str.length-1); //1234567