I'm an experienced programmer, but Squeak novice.
Can someone give me step-by-step instructions (for a novice) for how to find the best regex implementation for Squeak and how to install it.
_______________________________________________ Beginners mailing list [hidden email] http://lists.squeakfoundation.org/mailman/listinfo/beginners |
Hi Thor, You should use Vassili Bykov's regex package available from http://www.squeaksource.com/Regex.html Use the Monticello browser to load it. You can find documentation on the class side of the RxParser class of the VB-Regex class category. If you need step-by-step instructions to use Monticello, have a look at our (free) book: http://SqueakByExample.org/ Cheers, - on On Nov 6, 2007, at 9:44, Thor Bergquist wrote: > I'm an experienced programmer, but Squeak novice. > Can someone give me step-by-step instructions (for a novice) for how > to find the best regex implementation for Squeak and how to install > it. > _______________________________________________ > Beginners mailing list > [hidden email] > http://lists.squeakfoundation.org/mailman/listinfo/beginners _______________________________________________ Beginners mailing list [hidden email] http://lists.squeakfoundation.org/mailman/listinfo/beginners |
Thank you, Oscar!
On Nov 6, 2007 12:58 AM, Oscar Nierstrasz <[hidden email]> wrote: > > Hi Thor, > > You should use Vassili Bykov's regex package available from http://www.squeaksource.com/Regex.html > > Use the Monticello browser to load it. > > You can find documentation on the class side of the RxParser class of > the VB-Regex class category. > > If you need step-by-step instructions to use Monticello, have a look > at our (free) book: > > http://SqueakByExample.org/ > > Cheers, > - on > > > > On Nov 6, 2007, at 9:44, Thor Bergquist wrote: > > > I'm an experienced programmer, but Squeak novice. > > Can someone give me step-by-step instructions (for a novice) for how > > to find the best regex implementation for Squeak and how to install > > it. > > _______________________________________________ > > Beginners mailing list > > [hidden email] > > http://lists.squeakfoundation.org/mailman/listinfo/beginners > > _______________________________________________ > Beginners mailing list > [hidden email] > http://lists.squeakfoundation.org/mailman/listinfo/beginners > Beginners mailing list [hidden email] http://lists.squeakfoundation.org/mailman/listinfo/beginners |
In reply to this post by onierstrasz
Thor,
Another option in Monticello is 'Regular Expression Plugin', which provides more complete Perl-5 functionality -- really useful if you need to do trickier regular expressions. Brian. On Nov 6, 2007, at 1:58 AM, Oscar Nierstrasz wrote: > > Hi Thor, > > You should use Vassili Bykov's regex package available from http://www.squeaksource.com/Regex.html > > Use the Monticello browser to load it. > > You can find documentation on the class side of the RxParser class > of the VB-Regex class category. > > If you need step-by-step instructions to use Monticello, have a look > at our (free) book: > > http://SqueakByExample.org/ > > Cheers, > - on > > > On Nov 6, 2007, at 9:44, Thor Bergquist wrote: > >> I'm an experienced programmer, but Squeak novice. >> Can someone give me step-by-step instructions (for a novice) for >> how to find the best regex implementation for Squeak and how to >> install it. >> _______________________________________________ >> Beginners mailing list >> [hidden email] >> http://lists.squeakfoundation.org/mailman/listinfo/beginners > > _______________________________________________ > Beginners mailing list > [hidden email] > http://lists.squeakfoundation.org/mailman/listinfo/beginners _______________________________________________ Beginners mailing list [hidden email] http://lists.squeakfoundation.org/mailman/listinfo/beginners |
Free forum by Nabble | Edit this page |