regex match multiline if character present code example Example: regex find lines containing two strings ^(?=.*\bstring1\b)(?=.*\bstring2\b).*$