[REBOL] Find/any doesn't seem to find strings in blocks.. Re:(4)

2000-08-20 Thread bhandley
: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, August 20, 2000 11:45 PM Subject: [REBOL] Find/any doesn't seem to find strings in blocks.. Re:(3) > Hi Elan, > > Good question. I assumed one sort of behaviour but it is not necessarily > obvious is it? > &

[REBOL] Find/any doesn't seem to find strings in blocks.. Re:(3)

2000-08-20 Thread bhandley
ely, as it does now, but with the /any refinement enabled to influence the matching. Any comments? Brett. - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, August 20, 2000 2:44 PM Subject: [REBOL] Find/any doesn't seem to find string

[REBOL] Find/any doesn't seem to find strings in blocks.. Re:(2)

2000-08-19 Thread rebol
"-" >== ["my" "string"] >>> if find blah "my" [print ["yes"]] >yes >>> > >its not what you want, but you cant search the string for something thats >not there, >eg "my*" :) > >etcha > >-

[REBOL] Find/any doesn't seem to find strings in blocks.. Re:

2000-08-19 Thread etcha
mething thats not there, eg "my*" :) etcha -Original Message- From: [EMAIL PROTECTED] <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Sunday, August 20, 2000 11:42 AM Subject: [REBOL] Find/any doesn't seem to find strings in blocks..

[REBOL] Find/any doesn't seem to find strings in blocks..

2000-08-19 Thread bhandley
I would have expected this to work. Am I missing something? >> find/any ["my-string"] "my*" == none Brett. -- >> my-rebol-stuff == http://www.zipworld.com.au/~bhandley/rebol