I have this regex variable:
var regexp = new RegExp(RegExp.quote(myExpression) + \'\\\\b\', \'g\');
which searches for expression that has a sp
One strategy would be to find/replace all {.*} with empty string... then find all the cats?