I have a vector of file extensions like (.txt,.TXT,.csv,.xls)
, i tried "\\.(TXT|txt|csv|xls)$"
according to this
which return TRUE
if any of the extensions are present, however i am interested to return a TRUE
if all the extensions are present in the vector otherwise FALSE
. Thanks
Matching all the file extensions
43 views Asked by Hashim At
1
Try