Hi.
I’m trying to get the last line of a string.
Dear XYZ.
The issue have been resolved.
Yours sincerely
ABCEFG
In this example I’m trying to get ABCEFG. How do I use string manipulation to get this?
Thanks
Hi.
I’m trying to get the last line of a string.
Dear XYZ.
The issue have been resolved.
Yours sincerely
ABCEFG
In this example I’m trying to get ABCEFG. How do I use string manipulation to get this?
Thanks
You can use Regex as below
You can use Matches Activity and place the Regex expression for more easy
Hope this helps you
Thanks
you can use this Main.xaml (7.3 KB)
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.