[cl-ppcre-devel] report a bug

Hans Hübner hans.huebner at gmail.com
Fri Jun 26 14:09:44 UTC 2009


On Fri, Jun 26, 2009 at 15:10, Leslie P. Polzer<sky at viridian-project.de> wrote:

> On Jun 25, 9:21 pm, Edi Weitz <e... at agharta.de> wrote:
>
>> The question is - what do you want to achieve with this regular
>> expression?  Can't you write it in a simpler way?
>
> Isn't this pattern pretty useful in general:
>
> A at B
>
> where A and B are word characters and @ is a specific non-word
> character?

Sure, but the original bug report was about this:

(\\w+)*\\@\\w+

I can't make any sense of this regular expression, but maybe it is
because I am lacking some skills.  Maybe Wu can explain what he wants
to achive with it?

-Hans




More information about the Cl-ppcre-devel mailing list