Skip to content

Instantly share code, notes, and snippets.

View happyDemon's full-sized avatar

Kerstens Maxim happyDemon

  • Shyfter
  • Belgium
View GitHub Profile
/**
* ValidateSpanishID. Returns the type of document and checks its validity.
*
* Usage:
* ValidateSpanishID( str );
*
* > ValidateSpanishID( '12345678Z' );
* // { type: 'dni', valid: true }
*
* > ValidateSpanishID( 'B83375575' );