Regular expressions to remember
From Code Trash
<script[^>]*?>[\s\S]*?<\/script> match all script tags including the contents matching all title tags <title>.*?</title> matching only the contents inside a title tags (?<=<title>).*?(?=</title>) <img(.+)"> find all unclosed xhtml image tag