What do you think is the best way to determine the closing tag, assuming the script itself has the string inside it.
for example:
<script>
var string="</script";
</script>
If possible without using a stack.
What do you think is the best way to determine the closing tag, assuming the script itself has the string inside it.
for example:
<script>
var string="</script";
</script>
If possible without using a stack.