#230. 递归提取括号内容
递归提取括号内容
Extract Parenthesis Content
Background
Congcong is currently studying string processing. He encountered an interesting problem that requires precisely extracting specific parts from complex strings.
Problem Description
Given a string that contains a single pair of parenthesis, compute recursively a new string made of only of the parenthesis and their contents. For example, if the input is "xyz(abc)123\