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

Method getNumber

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

去掉string内所有非数字类型字符 @param object @return

(Object object)

Source from the content-addressed store, hash-verified

738 * @return
739 */
740 public static String getNumber(Object object) {
741 return getNumber(get(object));
742 }
743 /**去掉string内所有非数字类型字符
744 * @param cs
745 * @return

Callers

nothing calls this directly

Calls 5

getMethod · 0.95
isEmptyMethod · 0.95
isNumberMethod · 0.95
toStringMethod · 0.80
lengthMethod · 0.45

Tested by

no test coverage detected