http://www.perlmonks.org?node_id=628045


in reply to Re: need regex help to strip things like embedded C comments
in thread need regex help to strip things like embedded C comments

Thanks for the reply! Yes, I agree there are definitely going to be gradations of how well any solution works here. I dont' need anything perfect. But I'm also mainly wondering about my one specific question. How to get somethinig like character negation but have it be more like "pattern negation". In this case, the pattern I don't want to be inside the non-greedy regex is /* which is the opening to a new c comment.
  • Comment on Re^2: need regex help to strip things like embedded C comments