Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Searching in a block of strings

From: tom::conlin::gmail::com at: 26-Nov-2007 17:13

Giuseppe Chillemi wrote:
> Excuse me this newbie question but there is a way to find a word inside a > block of strings without using a loop like: > > Foreach line lines [find line myword] > > Thank you in advance for your answers. > > Giuseppe Chillemi >
here: find mold lines myword will get you closer. but you will net be in the exact same 'lines anymore I don't think