Thanks Lukas and Levente.
Dale, can we update this?
Cheers
Mariano
> A lot is happening, so I could be off here. �In the 10496 web image, I noted that there might be problems with the regex package. �Now trying to build a new image I hit a walkback overThere are quite a few unresolved bugs in the regexp engine, but this
>
> �'*username*' asRegex
is definitely not one of them.
The problem is that this is not a valid regular expression. See the
wikipedia article for a general description
(<http://en.wikipedia.org/wiki/Regular_expression>) or the
documentation on the class side of RxParser for a specific description
of the Smalltalk implementation.
Your code looks more like a String>>#match: pattern.
Lukas
--
Lukas Renggli
http://www.lukas-renggli.ch
_______________________________________________
Pharo-project mailing list
Pharo-project@lists.gforge.inria.fr
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project