Loading...
Engaged employer
Write the Java code to remove all HTML tags from a string.
Anonymous
public static String removeHtmlTags(Strign s){ string str = s.replaceAll("", ""); return str; }
String removeHtmlTags(String s){ return s.replaceAll("]>", ""); }
Check out your Company Bowl for anonymous work chats.
Get actionable career advice tailored to you by joining more bowls.
Stay ahead in opportunities and insider tips by following your dream companies.
Get personalised job recommendations and updates by starting your searches.