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 [email protected] _______________________________________________ use-livecode mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode
