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

[REBOL] Re: Rebol "Find/whole" suggestion

From: greggirwin:mindspring at: 8-Mar-2002 10:15

hi Terry, << Here's one feature I could use.. Find/whole n: "This is a bookmark" find/whole n "book" ==false >> How about something like:
>> find parse n none "book"
== none --Gregg