guile-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] Colorized REPL


From: Nala Ginrut
Subject: Re: [PATCH] Colorized REPL
Date: Mon, 28 Jan 2013 22:56:32 +0800

Thanks David!
It's nice to know that,  I thought Guile use PCRE, but I realized it's posix RE.


On Mon, Jan 28, 2013 at 9:58 PM, David Pirotte <address@hidden> wrote:
Hello,

> But I have some trouble with the regexp in Guile, seems "\\d+" can't
> work, others, like "\\w+" works.

i also had this 'problem' and someone suggested to rather use [[:digit:]]+
and friends - [:blank:] [:alpha:] ...

Cheers,
David


reply via email to

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