Hi.
I have some html links that are poorly formed. Note the capital "A".
<A href="link">link here</A>
This code will find all of the correctly formed links with the lower
case "a".
search_result.search("//[EMAIL PROTECTED]'/link_here/']") do |link|
How can I get the links that are designated with a capital "A"?
Thanks!
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby
on Rails: Talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---