From: Kelly Felkins Date: 2005-07-13T17:15:11+09:00 Subject: Re: Another regular expression question ------=_Part_2751_22788975.1121242508075 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline I highly recommend these resources: http://www.weitz.de/regex-coach/ This is a windows application that you can use to interactively build=20 regular expressions. http://samuelfullman.com/team/php/tools/regular_expression_tester_p2.php This is a web based regular expression tester.=20 -Kelly On 7/12/05, tuyet.ctn@mscibarra.com wrote: >=20 > Thanks, Timothy, I did see this in the Ruby Regular Expression web > site, but when I tried it, I got an error: > irb(main):009:0> ie.frame("customizeRemoteContent").select_list(:id, > "availableColumnsSelectBox").select(/\ASector/) > Watir::Exception::NoValueFoundException: Selectbox was found, but > didn't find item with text of (?-mix:\ASector) from > C:/ruby/lib/ruby/site_ruby/1.8/watir.rb:3306:in > `select_item_in_select_list' > from C:/ruby/lib/ruby/site_ruby/1.8/watir.rb:3284:in `each' > from C:/ruby/lib/ruby/site_ruby/1.8/watir.rb:3284:in > `select_item_in_select_list' > from C:/ruby/lib/ruby/site_ruby/1.8/watir.rb:3261:in `select' > from (irb):9 > from :0 >=20 >=20 > ------=_Part_2751_22788975.1121242508075--