filter list_of_files with REGEX xyz?
hh
hh at hyperhh.de
Fri Aug 17 09:58:28 EDT 2018
This is already case-insensitive, but the period needs an escape:
filter tList with regex pattern "\.*(jpe?g|png|gif)$"
More information about the use-livecode
mailing list