PowerTip: Get First 140 Characters from String with PowerShell
Summary: Use Windows PowerShell to retrieve the first 140 characters from a string. How can I use Windows PowerShell to retrieve the first 140 characters from a string? Use the SubString method from a string. Specify the starting point (in this case 0) and the number of characters to re...