i have the following lines:
Message:Polarion commit Mon May 18 06:59:37 CEST 2009
Message:Polarion commit Fri May 15 19:39:45 CEST 2009
Message:424-18: use new variable
Message:Polarion commit Fri May 15 19:29:10 CEST 2009
Message:Polarion commit Fri May 15 19:27:23 CEST 2009
Message:000-00: do something else
Message:Polarion commit Fri May 15 17:50:30 CEST 2009
Message:401-103: added application part
Message:Polarion commit Fri May 15 17:48:46 CEST 2009
Message:Polarion commit Fri May 15 17:42:04 CEST 2009
and i want to get all the lines NOT containing "Polarion"
how would i do this?
ps: i saw: http://stackoverflow.com/questions/42990/regex-to-match-against-something-that-is-not-a-specific-substring but it doesn't help me
pps: i'm trying to do this in tortoiseSVN to select log messages, and i think there is a problem with "negative lookbehind"