Answers for "regex with contain multiple string"

6

regex find lines containing two strings

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

Code answers related to "regex with contain multiple string"

Code answers related to "Javascript"

Browse Popular Code Answers by Language