Your example works for me on 1.935. #;18> (use regex) ; loading library regex ... #;19> (string-match-positions ".*needle.*" "hay needle stack" 2) ((2 16))
On 5/15/05, Christian Jaeger <[EMAIL PROTECTED]> wrote: > Hello > > Is this a bug?: > > (string-match-positions ".*needle.*" "hay needle stack" 2) -> #f > > Shouldn't it be giving ((2 16)) ? > This is Version 1, Build 89, on Debian. _______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
