Posted by McHenry on 10/10/07 11:51
When parsing HTML is it possible to have all the ASCII codes converted to
their real values first so that I do not need to search for them to exclude
them.
For example the following is retrieved as a price however it would be easier
to extract using a regex if the code was first converted to a dollar sign:
<h3>
$249,000
</h3>
Thanks in advance...
Navigation:
[Reply to this message]
|