/ Published in: JavaScript
URL: http://www.ozzu.com/programming-forum/remove-last-character-t46875.html
Expand |
Embed | Plain Text
myStr = myStr.slice(0, -1)
You need to login to post a comment.
URL: http://www.ozzu.com/programming-forum/remove-last-character-t46875.html
myStr = myStr.slice(0, -1)
You need to login to post a comment.