Great! I'm using a "Squeak-Dev" image now and I've tried that out. Works well!
What happens though when I distribute my code to someone that isn't using a dev image?
Do I have to ask them to install VB-Regex separately?

On Sep 28, 2008, at 9:38 AM, Rob Rothwell wrote:

And the standard dev image has VBRegex loaded already...

Rob

On Sun, Sep 28, 2008 at 10:31 AM, Norbert Hartl <norbert@hartl.name> wrote:
On Sun, 2008-09-28 at 09:16 -0500, Mark Volkmann wrote:
> Does the standard Squeak image contain a class for operating on
> regular expressions?
>
No, nothing beside String>>matches: But you can load
a regex package from squeaksource. You know squeaksource
already?

Norbert

_______________________________________________
Beginners mailing list
Beginners@lists.squeakfoundation.org
http://lists.squeakfoundation.org/mailman/listinfo/beginners

_______________________________________________
Beginners mailing list
Beginners@lists.squeakfoundation.org
http://lists.squeakfoundation.org/mailman/listinfo/beginners


---
Mark Volkmann