Skip to content

Instantly share code, notes, and snippets.

@DapperJohn
Created February 20, 2015 20:31
Show Gist options
  • Save DapperJohn/d3c75352a45afa0ce62f to your computer and use it in GitHub Desktop.
Save DapperJohn/d3c75352a45afa0ce62f to your computer and use it in GitHub Desktop.
=System.Text.RegularExpressions.Regex.Replace(Fields!ssn_ein_id.Value, "(\d{3})[-.]*(\d{2})[-.]*(\d{4})", "$1-$2-$3")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment