Skip to content

Instantly share code, notes, and snippets.

@ssg
Last active March 28, 2016 06:11
Show Gist options
  • Save ssg/904c9ece70e52f30efca to your computer and use it in GitHub Desktop.
Save ssg/904c9ece70e52f30efca to your computer and use it in GitHub Desktop.
Turkish ID Validator in a Tweet Attempt
function validate(n){n=[].map.call(n,Number);o=n[0];c=n[9];t=10;if(o){o+=n[2]+n[4]+n[6]+n[8];e=n[1]+n[3]+n[5]+n[7];};return!((7*o-e+t)%t-c|((o+e+c)%t)-n[t]);}
@CeRBeR666
Copy link

Regexsiz olabileceğini hiç düşünmemiştim. Ellerinize sağlık

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment