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

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

From: tbrownell:shaw:ca at: 8-Mar-2002 10:15

Aye, that works, but then requires parsing n, perhaps for the second time, which can be slow, especially on really really big docs. I prefer inserting and appending a space to the word... a: "book" insert a " " append a " " n: "This is a bookmark" find n a == none Just thought this would make a nice addition to "Find"... "Find/whole". Text editors have a "Find whole words" ability... so should Rebol. TBrownell