Matches activity with scrapped data

Hello everyone ,
So i extracted a text using the screen scraping method and i want to extract specific data from it .
Can anyone tell me if it’s possible to use the “matches activity” on a screen scraped text


( i wanted to extract all the text between version S47R01 and version S46R02)
thank you

@dhouha

You can extract the entire text using scapping method and further use string manipulation to get the text between your two versions.

Hint: Get the index’s of two versions and use substring method to get the text between them.

1 Like

this is my workflow
image
and this is my regEx expression

i tried some examples with the regEx pattern and it worked but when i apply it on a scraped data it doesn’t want to work