software that grabs content on a webpage using regular expressions?

razorfish

Registered Member
Joined
Jul 25, 2008
Messages
99
Reaction score
21
So is there any software capable of retrieving certain information from a webpage by setting a regular expression pattern ??
 
i use Perl to code my own,
use HTML::ExtractContent;
use LWP::UserAgent;

Hope that helps..
 
Yahoo pipes could solve the matter.Regex any content mash any videos etc and create RSS
 
Back
Top