[REBOL] Find/any doesn't seem to find strings in blocks.. Re:
From: etcha:gsat:au at: 20-Aug-2000 12:00
whats wrong with:>> blah: "my-string"== "my-string">> blah: parse blah "-"== ["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