Question: Create a function named nestedRemoval that accepts three string arguments. The first string is a sentence known as text that contains at least one occurrence

Create a function named nestedRemoval that accepts three string arguments. The first string is a sentence known as text that contains at least one occurrence of leftPattern and rightPattern. The left pattern and right pattern are single letter strings that you are attempting to remove from text. Your goal is to remove only the patterns when left pattern has an equal number of corresponding right patterns. The patterns are removed in pairs only when there is a balanced number of left and right patterns. The patterns may be nested within the text, and there is no guarantee that a left pattern will occur before the right pattern.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!