Collects strings from the collection, concatenating them together Kinda like running reduce and ~= on it.
document["p"].collect!"innerText";
See Implementation
Collects strings from the collection, concatenating them together Kinda like running reduce and ~= on it.