Part-2: Text Manipulation in PowerShell using .ToLower and .ToUpper method
Part-1: http://newdelhipowershellusergroup.blogspot.com/2012/01/part-1-text-manipulation-in-powershell.html Hi, In part-1 of text manipulation we saw how to use .Trim(),.TrimStart() and TrimEnd() method. Today we will see how to use .ToLower and ToUpper() Method. Lets start we are using the same text which we used in part-1 and saving the text in a variable $text $text = “The Quick brown… Continue reading Part-2: Text Manipulation in PowerShell using .ToLower and .ToUpper method