Pages

3/19/2011

Powershell: Strings

text search and replace in a string is so easy:
$a = $a.Replace("Scriptign", "Scripting")
Lots of stringy stuff in a great technet article

No comments: