Hello there,
I'm a newbie in regex in c#, and I have a problem in parsing the html tag using regex in the <span> tag.
here the html file that i want to get the value.
<li><span>Date of birth</span>December 16, 2000 (Age: 12)</li>
i want to get the December 16, 2000 (Age: 12)
any sugggestion will accepted,thanks in advanced.