regex match two line as one line code example Example: regex find lines containing two strings ^(?=.*\bstring1\b)(?=.*\bstring2\b).*$