Use regex in notepad?

I have data in notepad (remove sensitive data)

i want output number in last rows from file notepad (Yellow highlight)

data.txt (438 Bytes)

After text Save : and before text Total Report

Please guide me about it.

@fairymemay - Read the data.txt using “Read text file” activity and save the output Say StrInput

Then using the Matches activity as shown below…

Regex Pattern: (?<=Save\s+:\s+)\d+(?=\s+Total Record)

Hope this helps…

2 Likes

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