backend v4 half
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
import assertString from './util/assertString';
|
||||
var md5 = /^[a-f0-9]{32}$/;
|
||||
export default function isMD5(str) {
|
||||
assertString(str);
|
||||
return md5.test(str);
|
||||
}
|
||||
Reference in New Issue
Block a user