Missing string matching functions
Hi, I am trying to write an automation script in gsi (on windows). I just realized that there does not seem to be a string match function built into gambit. Is there a recommended way to use string-search or regex for that matter? Regards, Kashyap
Afficher les réponses par date
Try Dorai Sitaram's pregexp library, it works well with gambit (and it is bundled with Gerbil). -- vyzo On Sat, Mar 31, 2018 at 8:42 AM, C K Kashyap <ckkashyap@gmail.com> wrote:
Hi, I am trying to write an automation script in gsi (on windows). I just realized that there does not seem to be a string match function built into gambit. Is there a recommended way to use string-search or regex for that matter? Regards, Kashyap
_______________________________________________ Gambit-list mailing list Gambit-list@iro.umontreal.ca https://webmail.iro.umontreal.ca/mailman/listinfo/gambit-list
vyzo wrote on 2018-03-31:
Try Dorai Sitaram's pregexp library, it works well with gambit (and it is bundled with Gerbil).
irregex (http://synthcode.com/scheme/irregex/) is compatible with many Schemes incl. Gambit. Sven
Thanks Dimitris and Sven...I'll try them and report. Thanks, Kashyap On Sat, Mar 31, 2018 at 1:58 AM, Sven Hartrumpf <hartrumpf@gmx.net> wrote:
vyzo wrote on 2018-03-31:
Try Dorai Sitaram's pregexp library, it works well with gambit (and it is bundled with Gerbil).
irregex (http://synthcode.com/scheme/irregex/) is compatible with many Schemes incl. Gambit.
Sven _______________________________________________ Gambit-list mailing list Gambit-list@iro.umontreal.ca https://webmail.iro.umontreal.ca/mailman/listinfo/gambit-list
participants (3)
-
C K Kashyap -
Dimitris Vyzovitis -
Sven Hartrumpf