Hi Zeljko,

I have a quesion on the code you sent me. Kindly find the question below the 
code.

This will extract 1303.

irb> m = /id=(1303)/.match(ie.link(:text, "RE: Check Copy Request").href)
=> #<MatchData:0x2d147b8>

Q: Here I mention the id but I want to fetch automatically because the id keep 
changing for every message replied. Hope my explaination is fine.

irb> m[1]
=> "1303"
_______________________________________________
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to