MCPcopy Index your code
hub / github.com/Tencent/APIJSON / noBlank

Method noBlank

APIJSONORM/src/main/java/apijson/StringUtil.java:267–269  ·  view source on GitHub ↗

获取去掉所有空格后的string,为null则返回"" @param obj @return

(Object obj)

Source from the content-addressed store, hash-verified

265 * @return
266 */
267 public static String noBlank(Object obj) {
268 return noBlank(get(obj));
269 }
270 /**获取去掉所有空格后的string,为null则返回""
271 * @param cs
272 * @return

Callers 4

getNoBlankStringMethod · 0.95
getCorrectPhoneMethod · 0.95
getCorrectEmailMethod · 0.95
addSuffixMethod · 0.95

Calls 1

getMethod · 0.95

Tested by

no test coverage detected