regex match string over multiple lines code example Example: regex find lines containing two strings ^(?=.*\bstring1\b)(?=.*\bstring2\b).*$