Hello,
I need your help, I have a variable $traffic.traffic with the string
56 Minuten via E37
I need the part ahead “Minuten” but as a number not as string.
I have tried it with a VariablesDevice and the following:
(subString($traffic.traffic, "[0-9][2\}"))
But first the result is an empty string and second it is a string not a number…