JSFiddle - React, Tailwind, and code Playground

JavaScript

let str = "string:string:";
let res = str.slice(0, -1);
alert(res);