Re: [Wtr-general] Select using Value using regular expression

2005-07-13 Thread Shao Kang Tat
Oops, I just realized you wanted to use regular expressions Value. Ignore my post :) On 7/13/05, Bret Pettichord [EMAIL PROTECTED] wrote: At 08:51 PM 7/12/2005, Tuyet Cong-Ton-Nu wrote: I think \A should match the beginning of a string but this doesn't seem to work. Any ideas?

Re: [Wtr-general] Select using Value using regular expression

2005-07-12 Thread Bret Pettichord
At 08:51 PM 7/12/2005, Tuyet Cong-Ton-Nu wrote: I think \A should match the beginning of a string but this doesn't seem to work. Any ideas? irb(main):009:0 ie.frame(customizeRemoteContent).select_list(:id, availableColumnsSelectBox).select(/\ASector/) /^Sector/ _