chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] irregex-replace return value


From: Michele La Monaca
Subject: Re: [Chicken-users] irregex-replace return value
Date: Mon, 3 Mar 2014 22:12:27 +0100

> I'll consider adding this utility, though.

Hopefully you may also want to consider these alternatives as return values:


; irregex-replace*

(values replaced-string m)

; irregex-replace/all*

(values replaced-string (list m1 m2 ... mN))


where m, m1, ... are the matched substring.

Michele



reply via email to

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