I have this:
var regExp:RegExp = new RegExp("((.*?)%)");
and want everything between the (
and the %)
the string looks like this: (-24%)
I now get a return back "(-24" and have searched for a long time to find a solution but didn't find any.