I have a string that would be in the format Text (text inside parens) ... I only want the all the text up to but not including the left paren and place it in a stringvar. The text to the left of the first paren (which is what i want) can vary in length. Is there an easy function to do this?