String manipulation in windows powershell scripting

This topic covers how you can manipulate strings in Windows Powershell. Strings in Powershell of .Net type – “System.String”. So you can use all methods and properties supported by “System.String” in Powershell. For example – To get the length of the string, you can use below command.
 
echo ‘Length of Brisbane is’ “Brisbane”.length

Web development and Automation testing

solutions delivered!!