<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px; font-family: Calibri, sans-serif; "><div>I trying to make a regular expression to find “this is a test” is the following string:</div><div><br></div><div><a href="index.cfm?action=search.listings&test=6&view=names">this is a test</a></div><div><br></div><div>This is the regular expression:</div><div><br></div><div>(?<=.+).+(?=</a>)</div><div><br></div><div>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?</div><div><br></div><div>Thanks</div><div>Ross</div><div><br></div><div><br></div></body></html>