in reply to RE: RE: Probably silly regex question / not so silly regex question
in thread Probably silly regex question / not so silly regex question

m/(.*?c)/ will not match newline if the /s modifier is not used.
  • Comment on RE: RE: RE: Probably silly regex question / not so silly regex question