public class HtmlUtils extends Object
@NotNull public static String stripHtml(@NotNull String htmlString)
stripHtml("www.example.com") = "www.example.com"
stripHtml("<a href='example.com'>Hello, World!</a>") = "Hello, World!"
stripHtml("<div>Lorem<div>ipsum</div></div>") = "Lorem ipsum"
htmlString - html stringCopyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.