The package provides regular expressions support to Cuis
- You need to download a package from the Web into the directory containing Cuis-Smalltalk-Dev
- If you have
git
installed then go to the directory containing Cuis-Smalltalk-Dev and type:
git clone https://github.com/nmingotti/Cuis-Smalltalk-Regex.git
-
If you don't have
git
then click the green CODE button in this page, download as zip, unzip the archive and put it in the directory said above. -
Start Cuis and in a Workspace run this
Feature require: 'Regex'.
All tests are green in Cuis5.0-4689.
The package contains a good amount of documentation from me and from the original author 'Vassili Bykov'. Please open World->Help->TerseGuide and see section Regex to get started.
- 05-Dev-2021. I rollback the project to August state since I saw the changes I introduced in the last moths broke a lot of tests.