From: Double Minus Date: 2008-10-18T08:33:30+09:00 Subject: Re: Shoes GUI - downloading site, using reg exs on body It is working - I guess I just don't understand how... It prints some numbers into the @results para. I want to find and pull links out of the body text. I was starting with a very basic search, to just try to have it pull out every line with "http" in it. (/^*http\/$/) doesn't work for my reg ex I get: rb:23: invalid regular expression; there's no previous pattern, to which '*' would define cardinality at 2: /^*http\/$/ double And why: thank you for this amazing, fun learning tool. It has been invaluable in figuring out what Ruby is all about. -- Posted via http://www.ruby-forum.com/.