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