I want to check for a certain text in HTML, such as 'No Value', and if that exists then assign a 0 to it. Does anybody have any idea how to do that? (Google a lot but didn't find anything relevant)
<table>
<tr>
<td>
<h3>Money in account</h3>
</td>
<td>
<p>No Value</p>
</td>
</tr>
</table>