Regex match line containing string

mariorojas - 2 years ago (last modified 2 years ago)

^.*substring.*$

I usually use this regex to filter specific lines in a huge log file.

Please change substring with the text you're trying to filter.