Rgular expression

I have scrap data and I have print it using write line so output data is like:

Page 1 data
Inheritance pgte
Investment Id
SR54367
SR654357

And I want only SR54367,SR654357 and so on.
I have used string like ^SR\d* used is match and match activity but not working my side.
Pls suggest if anyone has any solution

Can you check SR\d+

Hi,

Can you try Multiline option as the following?

image

Regards,

1 Like

Thanks will check while getting output I want all SR I tried output_variable(0) which is printing single SR I want all SR

Ya it’s checked

Hi,

Can you try the following sample? Is it difference with yours?

Sequence.xaml (5.9 KB)

Regards,

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.