Skip to content

Instantly share code, notes, and snippets.

@bonomiandreia
Last active December 14, 2021 22:16
Show Gist options
  • Save bonomiandreia/43a02d982fe92a5e3e1d8a6568432f74 to your computer and use it in GitHub Desktop.
Save bonomiandreia/43a02d982fe92a5e3e1d8a6568432f74 to your computer and use it in GitHub Desktop.
[REGEX] - CPF with asterisk or numbers
/[0-9]{3}\.[\d*]{3}\.[\d*]{3}[-]?[0-9]{2}/
455.423.333-24 // 455.***.***-24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment