Riten Vagadiya

Results 2 comments of Riten Vagadiya

Below is what works: ``` function matchExpressions(contents) { return contents.match(//); } ``` Basically, I replaced `^)` with `^\s` to rely on the last space character. Not the prettiest solution, probably.

This is an old project built 8 years ago just for fun, and is not being maintained by me in any way. Feel free to take it forward as needed!...