Hi Folks,
I would like extract a 8-digit order number without leading zeros from a text, with the regex [1-9]\d.
That works fine in the simulation dialog. But when I loop the result it is splitted 4 items and each has
two digits of the number. Why will the number be splitted? I need it in a single string.
Thanks in advance.
Daniel