Ben 01.mp4 için true döndüren bir regex gerekir

0 Cevap php

01.mp4, 99.avi, 05.mpg: Ben gibi dosya adları için true döndüren bir regex istiyorum, adlarına bağlı olarak belirli dosyaları sıralamak istiyorum.

the file extensions must match exactly to the ones that i want and the filename must start with characters which can not be longer than 2 characters. the first part is done but the file extensions aren't working. need some help the regex that I have is

/^[0-9]{1,2}\.[mp4|mpg|avi]*/

ama aynı zamanda, 01.4mp4 için 01.4mp4m true döndürür.

0 Cevap