Answers for "regex match string over multiple lines"

2

regex find lines containing two strings

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

Code answers related to "regex match string over multiple lines"

Code answers related to "Javascript"

Browse Popular Code Answers by Language