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

[REBOL] Re: Faster/better way to achieve this?

From: sqlab::gmx::net at: 22-Apr-2009 10:16

If you transform your negative list instead of the string you can do str: "Romeo loves Juliet very much" neg: [ to "cheese" | to "bread" | to "wine" | to "very" to end] if parse str neg [print "Kick out"] AR Carl Read wrote: