second_array=[] ; first_array.each{|a| second_array << a if a =~ /
expected_text/}


On Feb 23, 3:53 pm, Jason Shelton <jas.shel...@hotmail.com> wrote:
> All,
>
> I am reading an xml file into an array of lines(arr[]).  I want to look at 
> each individual line (element) of the array, and determine if the element 
> contains a certain block of text.  Is there a "contains_text" method, or 
> something similiar, for array elements?  I want to find all elements in the 
> array that contain a certain block of text, and then make another array that 
> is made of those array elements.  Can anyone provide some help with this?  
> Thanks in advance.
>
> - Shelton
>
> _________________________________________________________________
> Windows Live™ Hotmail®:…more than just 
> e-mail.http://windowslive.com/explore?ocid=TXT_TAGLM_WL_t2_hm_justgotbetter_...
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Watir General" group.
To post to this group, send email to watir-general@googlegroups.com
Before posting, please read the following guidelines: 
http://wiki.openqa.org/display/WTR/Support
To unsubscribe from this group, send email to 
watir-general-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/watir-general
-~----------~----~----~----~------~----~------~--~---

Reply via email to