MCPcopy Create free account
hub / github.com/diyhi/bbs / isPositiveIntegerZero

Method isPositiveIntegerZero

src/main/java/cms/utils/Verification.java:146–151  ·  view source on GitHub ↗

校验正整数+0 @param param 参数 @return

(String param)

Source from the content-addressed store, hash-verified

144 * @return
145 */
146 public static boolean isPositiveIntegerZero(String param){
147 if (INTEGER_POSITIVE_ZERO.matcher(param).matches()) {
148 return true;
149 }
150 return false;
151 }
152
153
154

Calls 1

matchesMethod · 0.65

Tested by

no test coverage detected