php-simple-html-dom-parser
php-simple-html-dom-parser copied to clipboard
Text subnodes
Is it possible to extract contents of first text node?
I.e. string Hello in subtree
<div>
Hello
<strong>World!</strong>
</div>
no, you cant. but you can use regex for that.