SyntaxFix
Write A Post
Hire A Developer
Questions
Another method could be to split the string by ":" and then pop off the end. var newString = string.split(":").pop();
var newString = string.split(":").pop();