Is it possible to split a string by space “” and to ignore the html tags in it ? The html tags may have style elements like : style=”font-size:14px; color: rgb(0, 0, 0)” ….. The string i’m talking about is: <div class="line"><span style="color: rgb(0,0,0)">John</span><u> has</u><b> apples</b></div> If you can see i have space character inside […]
The post Split string ignoring html tags appeared first on BlogoSfera.