I have some HTML code:
<div class="code">
<span class="title">desc</span>:<span class="value">'Custom text'</span>,
<div class="code">
<span class="title">
</span>
<div>
I need to get the content between <span class="value">...</div> tags. I tried to get - Custom text. How can I do it with Regex and C#?