C#C
C#4y ago
Standard

Write a String manipulation program [Answered]

I have two strings. One of them contains completely the entire other string. While that other string does not contain all of the first one. How do I write a program that deletes the entire chunk of the first string that the second string contains?

Pic related is an example of how the strings functions.
codingproblem.png
Was this page helpful?