Remove only the last _ in a string using split()? – Jquery ajax
trying to get table cell edit fixed i have the following code which if a string supposing has test_1_ then it removes all _ but i only want to remove the last _ and it should look like this test_1…