MCPcopy Create free account
hub / github.com/GraxCode/zelixkiller / asmTrim

Method asmTrim

src/me/lpk/util/StringUtils.java:228–232  ·  view source on GitHub ↗
(String s)

Source from the content-addressed store, hash-verified

226 }
227
228 public static String asmTrim(String s) {
229 // TODO: should this remove primitives?
230 // (?=([L;()\/\[IDFJBZV]))
231 return s.replaceAll("(?=([L;()\\/\\[IDFJBZV]))", "");
232 }
233}

Callers 1

isPrimitiveMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected