Skip to content

Instantly share code, notes, and snippets.

@briezler
Created September 22, 2021 09:53
Show Gist options
  • Save briezler/6c2b20723c7fe3c8bd86f9c26f7c6c80 to your computer and use it in GitHub Desktop.
Save briezler/6c2b20723c7fe3c8bd86f9c26f7c6c80 to your computer and use it in GitHub Desktop.
// Search and replace in IDE
// Search string
php_function_to_remove\((.*?)\){1} //e.g utf8_decode\((.*?)\){1}
// Replace string
$1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment