Skip to content

Instantly share code, notes, and snippets.

@jesusmacedo
Forked from gerardorochin/rfc regex
Created August 16, 2016 22:34
Show Gist options
  • Save jesusmacedo/cf231380c2489e95cd872847f3685de3 to your computer and use it in GitHub Desktop.
Save jesusmacedo/cf231380c2489e95cd872847f3685de3 to your computer and use it in GitHub Desktop.
Expresion regular para validar RFC
/^([A-Z,Ñ,&]{3,4}([0-9]{2})(0[1-9]|1[0-2])(0[1-9]|1[0-9]|2[0-9]|3[0-1])[A-Z|\d]{3})$/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment