Hello everybody,
I want to search after more than one word in a text line/row in a logfile with regexp. I tried "(?=.*Word1)(?=.*Word2)" already but its not working correctly. Even if only one word is written correctly in the specific line the line is getting printed. It should only show this line if both words are perfectly matching.
I want to search after more than one word in a text line/row in a logfile with regexp. I tried "(?=.*Word1)(?=.*Word2)" already but its not working correctly. Even if only one word is written correctly in the specific line the line is getting printed. It should only show this line if both words are perfectly matching.
Comment