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

Searching in a block of strings

 [1/2] from: gchillemi:aliceposta:it at: 27-Nov-2007 1:44


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

 [2/2] 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