m{ .* # match as late as possible ( ^abc$ # the abc .*? # everything up to ^def$ # the def ) }smx