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