[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Grammatica-users] Question about regular expressions involving quo
From: |
Per Cederberg |
Subject: |
Re: [Grammatica-users] Question about regular expressions involving quoted strings |
Date: |
Fri, 22 May 2009 09:14:13 +0200 |
Yes, it would. But I think that was part of the point with it.
/Per
On Thu, May 21, 2009 at 15:49, William Lahti <address@hidden> wrote:
> On Thu, May 21, 2009 at 4:55 AM, Per Cederberg <address@hidden> wrote:
>>
>> Here is one that I got to work:
>>
>> <<"([^"\\]|""|\\.)*">>
>
> Wouldn't that match """" as a single string? Here's what I've been using (I
> think it came from a Grammatica example somewhere):
>
> <<[\"]([^"\\]|\\.)*[\"]>>
>
> --
> rezonant
>
> long name: William Lahti
> handle :: rezonant
> freenode :: xfury
> blog :: http://xfurious.blogspot.com/
> site :: http://komodocorp.com/~wilahti
>
> _______________________________________________
> Grammatica-users mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/grammatica-users
>
>