Answers for "search for a specific line instead of matching with other lines in regex"

6

regex find lines containing two strings

^(?=.*\bstring1\b)(?=.*\bstring2\b).*$
Posted by: Guest on February-12-2021

Code answers related to "search for a specific line instead of matching with other lines in regex"

Code answers related to "Javascript"

Browse Popular Code Answers by Language