in reply to Re^3: PRD parser problem: How to skip C comments when parsing
in thread PRD parser problem: How to skip C comments when parsing

Hi, ikegami, Thanks for you answer! I replied this post serveral times but it's not showed out along this post. I don't know why ...
can your fix deal with mutiple lines comments, like the 3rd line of my example?
  • Comment on Re^4: PRD parser problem: How to skip C comments when parsing

Replies are listed 'Best First'.
Re^5: PRD parser problem: How to skip C comments when parsing
by ikegami (Patriarch) on Jun 10, 2008 at 09:49 UTC
    Yes. "." matches newlines when the "s" modifier is used.