I am trying to get sub string from a string with powershell
$completePath = "C:\Development\Work\ABC-SharePoint\ABC\css\ABC\XYZ"
$startingFolder = "ABC"
I want "ABC\css\ABC\XYZ"
note:ABC is multiple times in string
I am trying to get sub string from a string with powershell
$completePath = "C:\Development\Work\ABC-SharePoint\ABC\css\ABC\XYZ"
$startingFolder = "ABC"
I want "ABC\css\ABC\XYZ"
note:ABC is multiple times in string