Skip to content

Instantly share code, notes, and snippets.

@d-levin
Created November 29, 2017 17:05
Show Gist options
  • Save d-levin/21df4ab1ad759bb7ecd865100a7909fd to your computer and use it in GitHub Desktop.
Save d-levin/21df4ab1ad759bb7ecd865100a7909fd to your computer and use it in GitHub Desktop.
DTMF tones only
// 0-9, #, and *
const dtmfRegex = /^[\d#*]+$/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment