(Elementary user)
I need to use regular expressions to find certain data.
At the moment, to look for any file with a JPEG suffix i type the following: .jpg
However, I would like to look for files that are TIFF, JPEG and EPS.
Does my syntax look correct: *.jpg|*.tif|*.eps
Best regards
I need to use regular expressions to find certain data.
At the moment, to look for any file with a JPEG suffix i type the following: .jpg
However, I would like to look for files that are TIFF, JPEG and EPS.
Does my syntax look correct: *.jpg|*.tif|*.eps
Best regards