I'm confused (about chicken/trunk):

the current manual contains:

 [procedure] (string-match REGEXP STRING [START])
 [procedure] (string-match-positions REGEXP STRING [START])


my usage (from pcre times):

   (string-match-positions compiled-match string offset flags)

note: a 4th (flags) parameter used to be supported.  BTW: What's the
best way to replace it with irregx?

But worst regex.scm:

(define (string-match-positions rx str)
 ...

witch is incompatible to both.

Thanks for any further directions.

/Jörg


_______________________________________________
Chicken-users mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to