Many times when working with PowerShell, I find myself needing to manipulate text strings. There are a ton of ways you can manipulate strings, and a lot of those are thanks to the built-in methods included on all string objects.
I've covered some of my favorite string manipulation techniques for you here.
Read More