<?php $array = ["a", "b", "c", "d", "f"]; var_export( preg_replace('#$#', '_M', $array) );
You have javascript disabled. You will not be able to edit any code.