Regex match line containing string
mariorojas - 1 year ago (last modified 1 year 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.