We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
html_content.scan(/<table.*/table>/mi).to_s with Ruby 1.9 includes array brackets in the string. Try .join.
Activity