PowerShell Regular Expression (RegEx) Video Examples for SQL Server
By: Tim Smith | Comments | Related: More > PowerShell
Problem / Solution
In this video tip, we look at how to use RegEx to find patterns in data strings to look for such things as credit card numbers, SSNs or other string patterns. Tim walks through several examples of how to use RegEx.
Key Learning Items
- Basic understanding of RegEx to find patterns in strings
- Using PowerShell to find and replace strings using RegEx