#18678
Jamil
Participant

In regular expressions, a carriage return is indicated by \r. \n is a newline character. This is standard everywhere. So, this is by design?

The C++ standard library implements regular expressions correctly, so in the worst case scenario, I could look into creating a plugin that does it.