Greetings,
I have a workflow (version 11.0.2306) that retrieves a field value that contains sixteen characters, a CRLF, then some number of characters that appear after the CRLF (on the new line). I created a token to try to capture the characters after the CRLF using a regular expression, but when the workflow runs the token winds up empty. I tried using a regular expression that simply grabs everything after a CRLF. I then tried to explicitly include the first 16 characters and then the CRLF. No success.
I can see that the regular expression looks as expected when I use the "Click here to test the token" in the Token Dialog UI.
But when I use the "Test Expression" after clicking on the little pattern button next to the Apply Regular Expression field it comes up empty.
It seems perhaps the regular expression really doesn't work if I believe the "Test Expression" over the "Click here to test the token".
Is there a regular expression I can use to achieve extracting the characters after a CRLF?
Best regards,
Jeff