Skip to content

Instantly share code, notes, and snippets.

Created April 22, 2015 08:45
Show Gist options
  • Save anonymous/03c4ee434676daedafde to your computer and use it in GitHub Desktop.
Save anonymous/03c4ee434676daedafde to your computer and use it in GitHub Desktop.
require 'nokogiri'
puts Nokogiri::HTML('
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
</head>
<body bgcolor="#FFFFFF" text="#000000">
priority: Sofort
<br>
das ist nur ein test<br>
<br>
blub<br>
<br>
schwups<br>
<br>
bla<br>
<br>
</body>
</html>
').text
Output:
priority: Sofort
das ist nur ein test
blub
schwups
bla
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment