/Cuis-Smalltalk-RegEx

Regular Expressions for Cuis

Primary LanguageHTML

Cuis-Smalltalk-RegEx

Regular Expressions for Cuis.

Tested in Cuis 5.0 rev 4438

This is a port of Vassili Bykov's regular expression parser.

He has released this as open source -- see method RxParser class>>f:boringStuff

To install in a Cuis image, open a Workspace and DoIt:

   Feature require: #'Regex-Tests'.

Original port by German Arduino -- https://github.com/garduino Cuis updated based on port by Phil Bella -- https://github.com/pbella Updates integrated by Ken Dickey -- https://github.com/KenDickey