Help for this page
(?:\z(?{ die })|)
(?(?=\z)(?{ die }))
.*?abc(def)?
(?(?!\z) .*? ... | (?{ $PREMATURE_INPUT_END++ }) )