Skip to content

Instantly share code, notes, and snippets.

@olecksamdr
Created May 16, 2019 07:05
Show Gist options
  • Save olecksamdr/98e1ae9a483570756bbddfa069af42ec to your computer and use it in GitHub Desktop.
Save olecksamdr/98e1ae9a483570756bbddfa069af42ec to your computer and use it in GitHub Desktop.
export const phoneFormatter = phone =>
phone ? phone.replace(/(\d{3})(\d{3})(\d{4})/, '($1) $2 - $3') : null;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment