In Windows PowerShell, you can perform a substring operation using the SubString() method.
Let's take a look at a few examples.
Example 1: One-Liner SubString
echo "Welcome to Code2care!".SubString(11)
Output:
echo "Welcome to Code2care!".SubString(0,7)
Output:
Example 2: SubString with Script
$string = "PowerShell is Fun!"
$substring = $string.SubString(0,10)
echo $substring
You can download this article in various formats for your convenience. Choose from the options below:
Facing issues? Have Questions? Post them here! I am happy to answer!
- How to upgrade PowerShell on Mac
- How to install AWS CLI 2 on Windows 11 using PowerShell
- How to switch to Powershell on Mac Terminal
- How to connect to Microsoft Exchange Online using PowerShell
- How to Check PowerShell Version? [Windows/Mac/Linux]
- How to Comment out Code in PowerShell Script
- How to Identify installed PowerShell version
- How to install PowerShell on macOS
- Open PowerShell Terminal in Visual Studio Code (VSCode)
- PowerShell ps1 script is not digitally signed, you cannot run this script on the current system
- Update Powershell Using Command Line
- PowerShell 1..10 foreach Example
- PowerShell Fix: Get-Help cannot find the Help files for this cmdlet on this computer
- List of PowerShell Cmdlet Commands for Mac
- Help or Man equivalent in PowerShell
- PowerShell SubString with Examples
- PowerShell: How to Get Folder Size
- PowerShell Traditional For Loop Example
- PowerShell Switch Statement with Examples
- PowerShell Concatenate String Examples
- PowerShell For Each Loop Examples
- PowerShell: Grep Command Alternative - Select-String
- How to delete a file using PowerShell [Windows/macOS]
- Fix: nano is not recognized as an internal or external command - Windows PowerShell
- PowerShell on Mac: The term get-service is not recognized as a name of a cmdlet, function, script file, or executable program
- Convert String to int in Java - Java
- Zodiac Sign & Cusp Calculator - Tools
- How to delete AWS SNS Subscription using CLI - AWS
- How to Check if a Date is Empty (null) or not in Java - Java
- How to check RAM details on Mac? - MacOS
- Clearing the Cache in Firefox Web Browser - HowTos
- Ubuntu Linux: How to Login as root User - Ubuntu
- How to start Microsoft Teams on Mac Startup - Teams