Simple regex is not matching

HI,

This is probably a simple one. Why does this regular expression not match anything in the Text Parser?

/^(.*?)(?=\n(?:On|Le) .*?(?:wrote:|écrit\s?:))/s

It works fine in the ECMAScript parser on regex101 with the same text.

L