How can we replace all the string of a sentence that start from <\
and end >
Is there any way available for this.
for now i am replacing each word manually.
example : -
test = test.replace("</tr>", "");
test = test.replace("</html>", "");