I trying to make a regular expression to find “this is a test” is the following string:

<a href="index.cfm?action=search.listings&amp;test=6&amp;view=names">this is a test</a>

This is the regular expression:

(?<=.+).+(?=</a>)

The regular expression is not matching anything. Is there something I’m doing wrong here or does TextMate not support the regular expression flavour I’m trying to use?

Thanks
Ross