[Ilugc] regular expression the check if a string is absent

  • From: sivakumar@xxxxxxxxxx (Sivakumar Gopalan)
  • Date: Mon Jun 8 18:13:12 2009

I am trying to build a regular expression that will find all strings
that do 
not start with '2009/'. Any clues?

Which language/script are you looking for, you can actually negate the
result like in perl it is '!~' also grep has a command line option to do
the same. 

Other related posts: