Skip to content

Instantly share code, notes, and snippets.

@rossnz
Last active January 3, 2016 21:09
Show Gist options
  • Save rossnz/8519848 to your computer and use it in GitHub Desktop.
Save rossnz/8519848 to your computer and use it in GitHub Desktop.
Masking a phone number
PS> 'My phone number is 01-234-5678' -replace '[\d-]','#'
My phone number is ###########
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment