A Cache/Ensemble/IRIS string datatype that performs regular expression matching
Import all the source and compile using Atelier or Studio.
MasterLib.DataTypes.StringRgx The string datatype that enables regular expression testing. Examples.StringRgx,Person A persistent class on which one of the properties uses StringRgx. Examples.StringRgx.Test A class containing a positive and a negative test using the Person class.
Refer to the Documatic of the classes for more information.
Make sure you have git and Docker desktop installed.
Clone/git pull the repo into any local directory
$ git clone https://github.com/rcemper/PR_String-Regular-Expression.git
to build and start the container run
$ docker compose up -d && docker compose logs -f
A examples are ready to be used.
To open IRIS Terminal do:
$ docker-compose exec iris iris session iris
USER>
or using WebTerminal
http://localhost:42773/terminal/
To access IRIS System Management Portal
http://localhost:42773/csp/sys/UtilHome.csp