Hi all, I was wondering if you could help me with this.
I'm parsing HTML, and I was wondering how I could see if there is an opening tag (<) followed by any non-slash character.
For example, this would return true:
<a href="
But this would return false:
</a>
(Keep in mind I'm on ActionScript 2, so RegEx isn't an option for me)
Thanks,
- Matt.
-------------------------
Matt Grande
C# Master.
Ruby on Rails Admirer.
ActionScript Student.
JavaScript Hate-Monger.
I'm parsing HTML, and I was wondering how I could see if there is an opening tag (<) followed by any non-slash character.
For example, this would return true:
<a href="
But this would return false:
</a>
(Keep in mind I'm on ActionScript 2, so RegEx isn't an option for me)
Thanks,
- Matt.
-------------------------
Matt Grande
C# Master.
Ruby on Rails Admirer.
ActionScript Student.
JavaScript Hate-Monger.