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

[REBOL] Re: Need help with find

From: gregg:pointillistic at: 4-Jul-2008 13:07

Hi Thorsten, TM> this is my Problem. I have a file containig lots of lines with table TM> names like this: TM> ABO.ZUGANG_MONTH TM> ABO.ZUGANG TM> ABO.ZUGANG_YEAR TM> ABO.ZUGANG_MONTH_DIRECT TM> ....... TM> What i need to do is to find exactly the line with ABO.ZUGANG. If i do TM> an find on this, the result will be ABO.ZUGANG_MONTH as it contains TM> ABO.ZUGANG. TM> HOW can i avoid that??? Can you append a space or newline to the end of your search string, depending on how your file is formatted? -- Gregg