-3

I have string as

------=_Part_0_rtkakab

Hello Testing1. ------=_Part_0_rtkakab

I want to change to Hello Testing1.

What is the best way to do this.

1 Answers1

0

You can use the replace if you know the chars to replace or the substring if you know the string position.

ricgra
  • 1
  • 1