I have the following regex http://regexr.com/3d1qb and it is one those that is greedy now I understand why this is happening. But how can I fix this?
Currently it is matching the whole thing as one. But the way I want it is to be matched twice not once.