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

Method wrapPrefixed

src/main/java/com/volmit/adapt/util/Form.java:159–161  ·  view source on GitHub ↗
(String s, String pref, int len, String newLineSep, boolean soft)

Source from the content-addressed store, hash-verified

157 }
158
159 public static String wrapPrefixed(String s, String pref, int len, String newLineSep, boolean soft) {
160 return pref + wrapPrefixed(s, pref, len, newLineSep, soft, " ").replaceAll("\\Q\n\\E", "\n" + pref);
161 }
162
163 /**
164 * Wrap words

Callers 1

wrapWordsPrefixedMethod · 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