On Thu, Feb 5, 2009 at 1:55 AM, Alex Shinn <alexshinn@gmail.com> wrote:
lowly coder <lowlycoder@huoyanjinjing.com> writes:

> 1) sed/awk/grep/perl
>   if possible, i'd like to use gambit for these type of apps instead (being
> slower is fine; i just want everything in scheme for now) -- is there a good
> way to do regex matching in gambit?

http://synthcode.com/scheme/irregex/


IrRegex is indeed a great regex implementation. Using JazzScheme you can access it with (import irregex) as it is standard module.