import com.Ostermiller.util.StringHelper; class Demo { public static final void main(String[] args) { String okForWeb = StringHelper.escapeHTML("some text & things"); System.out.println(okForWeb); } }Output:
some text & thingsDownload it here https://ostermiller.org/utils/src/StringHelper.java.html GPL license