On 08/17/2018 07:13 AM, Ralph DiMola via use-livecode wrote: > filter tList with regex pattern "(?i).*\.(jpe?g|png|gif)$" For a file list that should probably be filter tList with regex pattern "(?i).+\.(jpe?g|png|gif)$" unless you explicitly want to see file names that start with "." -- Mark Wieder ahsoftware at gmail.com