From the following pattern:
$x = f+ remove/4occurances/of spaces/immediately/after plus
There are 4 space characters after f+ which are to be removed .So
How can I get the following :
$x = remove/4occurances/of spaces/immediately/after plus
$x = f+ remove/4occurances/of spaces/immediately/after plus
There are 4 space characters after f+ which are to be removed .So
How can I get the following :
$x = remove/4occurances/of spaces/immediately/after plus
Comment