Created
October 27, 2013 01:51
-
-
Save vaichidrewar/7177048 to your computer and use it in GitHub Desktop.
Nokogiri
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Nokogiri::text | |
• The text method on a Nokogiri::XML::Node returns the actual text content of that node. That is, ifnode == Carrie Fisher, then node.text == "Carrie Fisher". |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment