unity how to ommit letters from a string

Code Example - unity how to ommit letters from a string

                
                        strOne = strOne.Replace(strTwo, ""); //strOne = "Hello" now