Print service provided by iDogiCat: http://www.idogicat.com/
home logo





Home > IT > Programming > RegExp

RegExp

Match lines that does not contain a certain word (like "grep -v THE_WORD the_file"):

^((?!THE_WORD).)*$