Skip to content

Instantly share code, notes, and snippets.

@israelb
Forked from gerardorochin/rfc regex
Created September 24, 2019 14:44
Show Gist options
  • Save israelb/19bfe2545ec8eab54cd070853d786a21 to your computer and use it in GitHub Desktop.
Save israelb/19bfe2545ec8eab54cd070853d786a21 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