I want to split a string by the outer parentheses ignoring all nested parentheses.
E.g: sentence = "I am going (to the (supermarket)) but I (forgot) my wallet"<