Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

regex not contains

^(?!keyword).*
 // Regex pattern to find lines that do not contain keyword, incl newline
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #regex
ADD COMMENT
Topic
Name
6+2 =