Is it possible to extract contents of first text node? I.e. string `Hello` in subtree ``` <div> Hello <strong>World!</strong> </div> ```
Is it possible to extract contents of first text node?
I.e. string
Helloin subtree