can this code be broken?
- by user105165
Consider the below html string
<p>This is a paragraph tag</p> <font>This is a font tag</font> <div>This is a div tag</div> <span>This is a span tag</span>
This string is processed to tokanize the text found in it and we get 2 results as below
1) Token Array :
$tokenArray == array(
'This is a…