Excuse me for my weakness.
What is the quick way to subtract a string from another.
For example:
$sMain = "quick way to subtract a string from another"
$sSubString = "y to subt"
How I can get this result:
$sResult = $sMain - $sSubString = "quick waract a string from another"