PowerShell Substring From End [Extract Text From the End of a String]
When working with strings in PowerShell, I often need to extract characters from the end of a string. You will get this kind of requirement when parsing log files, manipulating file names, processing data from APIs, etc. In this article, I’ll show you several methods to extract a substring from the end of a string … read more…