Hello,
In statement REGEXP, I want to use curly brackets to specify the amount of repetitions, for example:
REGEXP “[0-9]{1,20}” STRING $acnum START $start END $end;
to match a $acnum with 1 to 20 number-characters. However, this doesn’t work. No match is given back. In the MessageBuilder manual, the curly brackets {} are not mentioned. Are these brackets not supported by Datamapper?
I’m using Integrator 2.1.1.



