PowerShell

Part-3: Text Manipulation in PowerShell using .StartsWith() and EndsWith() methods

  Part-1: http://newdelhipowershellusergroup.blogspot.com/2012/01/part-1-text-manipulation-in-powershell.html | using Trim(),TrimEnd(),TrimStart() Part-2: http://newdelhipowershellusergroup.blogspot.com/2012/01/part-2-text-manipulation-in-powershell.html | ToUpper(),ToLower() Hi, Today we are going to use .StartsWith() and .EndsWith() methods to play with our text. we are using the same text which we used in previous posts and saving the text in a variable $text $text = “The Quick brown fox jumps over the lazy dog”… Continue reading Part-3: Text Manipulation in PowerShell using .StartsWith() and EndsWith() methods