I have the list that contains some items like:
"GFS01_06-13-2017 05-10-18-38.csv"
"Metadata_GFS01_06-13-2017 05-10-18-38.csv"
How to find the list item that start with "GFS01_"
In SQL I use query: select item from list where item like 'GFS01_%'