Regex – Select lines not containing a word

Select a line not containing “2D” string would look something like that: If you would like to select a lice which contains a phase or patern you would use the fallowing expresion: In the first example, we use negative look ahead expression wrapped in extra round brackets/parentheses. Look behind: (?<=Keyword).* Look ahead: .*(?=Keyword) You can … Continue reading Regex – Select lines not containing a word