asked on March 1, 2018
I am in the workflow designer and for one of the fields I want to extract the last 4 digits from a 9 digit number. I have used the regular expression (\S\S\S\S), but it extracts the first 4 numbers. How would I get it to take the last 4?
0
0