Hello everyone
I try to extracted from a character string the end of a block separated by a /
for example
_temp / resources / temp / 2017072_email / 12-680-RER
@FindRegEx (@Value (_temp), /, - 1 ,,)
I can not find the right syntax to look for the character / starting from the right
And then cut the block with a @right at the position of the /
thank you for your comeback