I have a regex that matches between two <def> and </def> tags. It seems to work nicely, however, I need the opposite of this. Everything other than data between <def> tags. How would I do this?
<def\b[^>]*>(.*?)</def>