I have a text file that tries to find second words in the second line using the Regex code, I used “(?<=Firstname\sLastname\r?\n).+” but it didn’t help. I want to find a simple method by regex to find second words in the second line
I have tried: “(?<=Firstname\sLastname\r?\n).+”