- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for ToText (0.06 sec)
-
src/main/java/org/codelibs/core/lang/StringUtil.java
* @param fromText * The substring to be replaced. * @param toText * The replacement substring. * @return The resulting string after replacements. */ public static final String replace(final String text, final String fromText, final String toText) { if (text == null || fromText == null || toText == null) { return null; }Registered: Sat Dec 20 08:55:33 UTC 2025 - Last Modified: Sat Nov 22 11:21:59 UTC 2025 - 21.5K bytes - Viewed (0)