Replace file extension from string - PHP
Suppose we've file name (with extension) as part of string and while displaying to users we want to replace file extension from string.
Here's how we can do this:
<?php
$snippet = 'Lorem ipsum dignissim interdico meus file.exe dolore ideo.';
$snippet = 'Lorem ipsum dignissim interdico meus file.exe dolore ideo.';