hello,
I have a text file with blocks of data defined by parentheses, something similar to
(
asas
dsdss
)
(
wwqee
weqqe
)
I need to extract the content between the parentheses. the problem is that sometimes the parentheses are nested.
any suggestions?
Thank you
I have a text file with blocks of data defined by parentheses, something similar to
(
asas
dsdss
)
(
wwqee
weqqe
)
I need to extract the content between the parentheses. the problem is that sometimes the parentheses are nested.
any suggestions?
Thank you