Server IP : 150.95.80.236 / Your IP : 3.137.164.69 Web Server : Apache System : Linux host-150-95-80-236 3.10.0-1160.105.1.el7.x86_64 #1 SMP Thu Dec 7 15:39:45 UTC 2023 x86_64 User : social-telecare ( 10000) PHP Version : 7.4.33 Disable Function : opcache_get_status MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/vhosts/pcu.in.th/uat.pcu.in.th/assets/plugins/formvalidation/dist/es6/validators/id/ |
Upload File : |
export default function t(t){const e=t.toUpperCase();if(!/^[A-MP-Z]{1,2}[0-9]{6}[0-9A]$/.test(e)){return{meta:{},valid:false}}const s="ABCDEFGHIJKLMNOPQRSTUVWXYZ";const n=e.charAt(0);const r=e.charAt(1);let a=0;let c=e;if(/^[A-Z]$/.test(r)){a+=9*(10+s.indexOf(n));a+=8*(10+s.indexOf(r));c=e.substr(2)}else{a+=9*36;a+=8*(10+s.indexOf(n));c=e.substr(1)}const o=c.length;for(let t=0;t<o-1;t++){a+=(7-t)*parseInt(c.charAt(t),10)}const f=a%11;const l=f===0?"0":11-f===10?"A":`${11-f}`;return{meta:{},valid:l===c.charAt(o-1)}}