Class StringSplitter
- java.lang.Object
-
- com.realtime.crossfire.jxclient.util.StringSplitter
-
public class StringSplitter extends java.lang.ObjectUtility class for splitting strings.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static @NotNull java.lang.StringsplitAsHtml(@NotNull java.lang.String message)Splits the given string into lines and returns the lines separated by "<br>".
-