- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for removeHighlightTag (0.06 seconds)
-
src/main/java/org/codelibs/fess/helper/ViewHelper.java
/** * Removes highlight tags from a string. * * @param str the string containing highlight tags * @return the string with highlight tags removed */ protected String removeHighlightTag(final String str) { return str.replaceAll(originalHighlightTagPre, StringUtil.EMPTY).replaceAll(originalHighlightTagPost, StringUtil.EMPTY); } /**Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 52.6K bytes - Click Count (0)