I\'m trying to make a regex that matches the following format of condition:
if (condition) { ... } while (condition) { ... }
Right now