Okay, total beginner's question, BUT:
What can you use to find particular tokens in a file? Let's say that you have a file that has sets of parentheses and you want to parse it to grab everything that comes between a complete set of parentheses (like this) and you want to grab the text outside of the parentheses as well... Which reg ex would work for something like that?
Thanks!