MCPcopy Create free account
hub / github.com/Aghajari/MathParser / realTrim

Method realTrim

MathParser/src/com/aghajari/math/Utils.java:201–203  ·  view source on GitHub ↗
(String src)

Source from the content-addressed store, hash-verified

199 }
200
201 public static String realTrim(String src) {
202 return src.trim().replaceAll("\\s+", "");
203 }
204
205 public static boolean isIdentifier(String text) {
206 if (text == null || text.isEmpty())

Callers 6

isExpMethod · 0.95
firstSimplifyMethod · 0.95
calculateMethod · 0.95
limitMethod · 0.95
IFMethod · 0.95

Calls 1

trimMethod · 0.80

Tested by

no test coverage detected