Regex match line containing string
mariorojas - 3 years ago (last modified 3 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.
^.*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.