Hi,

I have this simple expression that retrieves the content from the HTML head.
Code:
/.*<head>(.*)<\/head>.*/
Since I don't have much experience with expressions, I'm not sure whether this is all that efficient.
Any suggestions?

Thanks.