Skip to content

Instantly share code, notes, and snippets.

@bay007
Created April 1, 2019 05:58
Show Gist options
  • Save bay007/61578d2078f7f8c9ccfd7f0a84196d0d to your computer and use it in GitHub Desktop.
Save bay007/61578d2078f7f8c9ccfd7f0a84196d0d to your computer and use it in GitHub Desktop.
Regex Tarjetas Credito
var patron=/^[a-zA-Z0-9]{1}[0-9]{7}(-){0,1}[0-9]{3}$/;
var patron2=/^((0094)[0-9]{8})$/;
var patron3=/^(([0-9]{16}))$/;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment