MCPcopy Create free account
hub / github.com/VolmitSoftware/Adapt / wrap

Method wrap

src/main/java/com/volmit/adapt/util/Form.java:127–129  ·  view source on GitHub ↗

Hard word wrap @param s the words @param len the length per line @return the wrapped string

(String s, int len)

Source from the content-addressed store, hash-verified

125 * @return the wrapped string
126 */
127 public static String wrap(String s, int len) {
128 return wrap(s, len, null, false);
129 }
130
131 /**
132 * Soft Word wrap

Callers 1

wrapWordsMethod · 0.95

Calls 8

trimMethod · 0.80
minMethod · 0.80
startMethod · 0.65
equalsMethod · 0.45
lengthMethod · 0.45
endMethod · 0.45
appendMethod · 0.45
toStringMethod · 0.45

Tested by

no test coverage detected