[squeak-dev] Regex

Levente Uzonyi leves at elte.hu
Thu Aug 13 11:10:35 UTC 2015


Hi All,

I've ported Pharo's version of VB-Regex to Squeak, and uploaded it to the 
Inbox. Unfortunately the file was probably too large for the server to 
send an email about it. Just evaluate the following snippet to install it:

Installer squeakInbox
 	addPackage: 'Regex-Core-ul.37.mcz';
 	addPackage: 'Regex-Tests-Core-ul.1.mcz';
 	install.

Compared to the PCRE-based Regex package, which can be loaded from 
SqueakMap, this library is significantly slower and has less features, but 
it's written in Smalltalk.

Levente


More information about the Squeak-dev mailing list