can anyone help me to get data from this
<td class="detail12 " align="center" bgcolor="#b6e2f f">9,034</td>
i wanna get 9,034 but m stuck at using the code...
m trying to use this.. but they have zero matches:(
Regex regex = new Regex(@"<td\s+c lass=\"detail12 \"\s+.*?>(.* ?)</td>");
there's also a syntax error occur up there
please help me..
thanks in advance
Nick
<td class="detail12 " align="center" bgcolor="#b6e2f f">9,034</td>
i wanna get 9,034 but m stuck at using the code...
m trying to use this.. but they have zero matches:(
Regex regex = new Regex(@"<td\s+c lass=\"detail12 \"\s+.*?>(.* ?)</td>");
there's also a syntax error occur up there
please help me..
thanks in advance
Nick
Comment