Hallo,
I need to Open a Text File in Notepad++ and then find a numerical value in the file using regex in format “\d{4}.\d{4}”.
The activity “Matches” only allows the Input as string all I have is a file name.
Is there a way where i can simply open the file without copying all its content in a string and find a match in the file.