in reply to Re^3: Multi-line string regex and negative inline match
in thread Multi-line string regex and negative inline match

I guess my problem was that I had an extra empty line with a newline at the end of the string, if I remove the newline the regex matches (thank you). I'll just have to match for 0 or 1 potential newlines
  • Comment on Re^4: Multi-line string regex and negative inline match