Horje
php regex remove file extension Code Example
php regex remove file extension
$withoutExt = preg_replace('/\\.[^.\\s]{3,4}$/', '', $filename);

This matches a dot followed by three or four characters which are not a dot or a space. 
  
php regex remove file extension
remove file extension [.mp4 .mp3 ETC]




Php

Related
php count number of files in directory Code Example php count number of files in directory Code Example
carbon parse subday Code Example carbon parse subday Code Example
how to set no cache header php Code Example how to set no cache header php Code Example
carbon day 30 days ago Code Example carbon day 30 days ago Code Example
string to datetime php Code Example string to datetime php Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
7