there is a windows program that supports Regular Expression (or Dos Expression) for search files.
(MythicSoft's FileLocator Pro)
it supports wildcards such as * ?
i want to find only 4 characters file names with jpg format
how can i write a phrase for that?
this phrase (????.jpg) finds all lower and upper cases.(i put it's mode to dos expression)
also this phrase ([A-Z][A-Z][A-Z][A-Z].jpg) Does not work!(i put it's mode to regular expression)
thanks in advance