chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-users] string-match-positions


From: F. Wittenberger
Subject: [Chicken-users] string-match-positions
Date: Sun, 01 Feb 2009 19:06:45 +0100

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]