1.0.2 • Published 2 years ago

utils--test--dd v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

export default { mobileCheck: (value) => /^10-9{9}$/.test(value), IDCardCheck: (value) => /^1-9\d{5}(18|19|(23\d))\d{2}((01-9)|(10|11|12))((0-2)|10|20|30|31)\d{3}0-9Xx$/.test( value ), emailCheck: (value) => /^(A-Za-z0-9_-.)+\@(A-Za-z0-9_-.)+.(A-Za-z{2,4})$/.test(value), }

npm i utils--test--dd

import {emailCheck} from 'utils--test--dd' console.log(emailCheck('sadasdasda@ff.com'))

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago