I want remove this line from my config file
line :define(\'APP_MAIL_FROM_EMAIL_NAME\',\'example\');
Here is my code
Try this it will include all space between your character
preg_replace('/define\(\'APP_MAIL_FROM_EMAIL_NAME.s+*\R/', '', $configFileContents);