SyntaxFix
Write A Post
Hire A Developer
Questions
You can also try this in plain javascript
"1234".slice(0,-1)
the negative second parameter is an offset from the last character, so you can use -2 to remove last 2 characters etc