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("]>", ""); }
Stay ahead in opportunities and insider tips by following your dream companies.
Get personalized job recommendations and updates by starting your searches.
Get actionable career advice tailored to you by joining more bowls.
Check out your Company Bowl for anonymous work chats.