Tag: Regular Expression

Using the ConvertFrom-String cmdlet to parse structured text
One of PowerShell strengths has always been string manipulation. PowerShell has very good support for regular expressions–using both cmdlets and operators….
Read More
#PSTip Replacing special characters
Once upon a time I answered Stack Overflow question about easy way to replace ‘special’ characters with something ‘web safe’….
Read More