T
Tom Arra
So I am new to Ruby scripting so I am not sure if this is possible or
not. I want to make a script that will load a webpage and then search
through the HTML of that page until it hits a certain tag. Once it hits
that tag it need to grab all of the text between the tag and the
appropriate end tag. Is something like this possible?
Example
<html>
<body>
<h3>test</h3>
</body>
</html>
I want the script to return "test"
not. I want to make a script that will load a webpage and then search
through the HTML of that page until it hits a certain tag. Once it hits
that tag it need to grab all of the text between the tag and the
appropriate end tag. Is something like this possible?
Example
<html>
<body>
<h3>test</h3>
</body>
</html>
I want the script to return "test"