help with glob pattern

mck2003

New Member
It would be nice if someone could give me a regexp pattern for glob for getting below filenames:\[code\]1.jpg // this file1_thumb.jpg2.png // this file2_thumb.pngetc...\[/code\]returning the files without "_thumb". I have this pattern:\[code\]$numericalFiles = glob("$this->path/*_thumb.*");\[/code\]and that give me all with "_thumb."
 
Back
Top