txw/local-nodemodules/@gtff/tdesign-gt-vue/es/utils/validator/isPassport.js

2 lines
193 B
JavaScript

var t=/^1[45][0-9]{7}|([DSPGE](?![IO])[A-Z\d]{8})|((DE|SE|PE)(?![IO])[A-Z\d]{7})|([HM]\d{8, 10})$/,e=function(e){return"string"==typeof e&&t.test(e.toUpperCase().trim())};export{e as default};