Well, I am not a Regex guru
How to change this one so it doesn't allow images with spaces in the filename, but at the same time, it allows the field to be blank/empty?
^(?:|.*\.(?i:jpg|jpeg|jpe|gif))$
Thanks in advance!

How to change this one so it doesn't allow images with spaces in the filename, but at the same time, it allows the field to be blank/empty?
^(?:|.*\.(?i:jpg|jpeg|jpe|gif))$
Thanks in advance!