Very sorry, it is a typo, :(
It should be:
(cl-ppcre:scan (cl-ppcre:create-scanner "(_\w+)*\@\w+") "______________________________________" :start 0)
but other examples indicate the accurate idea.
On 6/26/09, Hans Hübner hans.huebner@gmail.com wrote:
On Fri, Jun 26, 2009 at 15:10, Leslie P. Polzersky@viridian-project.de wrote:
On Jun 25, 9:21 pm, Edi Weitz e...@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@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
cl-ppcre-devel site list cl-ppcre-devel@common-lisp.net http://common-lisp.net/mailman/listinfo/cl-ppcre-devel