I have a string of HTML that contains a table.
However in some cases there are characters after the </table> tag.
I want to remove everything after the </table> tag from the string.
Any ideas on how I might do this in Java?
I have a string of HTML that contains a table. However in some cases
Share
Assuming
stris this string, you could do the following: