I'm going to be working with regular expression's a lot in a new project, I don't have much experience with them and was wondering of a good way of converting HTML to a regular expression.
Anybody know of any good tutorials, or perhaps a generator?
At the moment I need to convert this:
<span class="code" id="code" title="DOESNT MATTER">IMPORTANT<img class="scissors" src="DOESNT MATTER" alt="DOESNT MATTER" /></span>
Thanks!