in reply to Re: How do I match a string that is NOT at the end of a line?
in thread How do I match a string that is NOT at the end of a line?

Thereby looking for: foo followed by any single character. Ergo, a foo that is not at the end of the line. Q.E.D.
  • Comment on Re^2: How do I match a string that is NOT at the end of a line?