views:

566

answers:

1

Given this pipe, I'm trying to strip all HTML tags from -div class="post-text"- and return plain text.

In other words, for this stackoverflow question, the first item should return:

"Background: Over the next month, I'll be giving three talks...
{...}
complex generic signatures (e.g. Enumerable.Join)"

Can anyone assist?

At face value, it would be convenient to get the HTML-less text content in the YQL select clause, but I'd settle for a subsequent Regex module if that is the only way.