Does anyone know why the below regex isn't working/saving:
I'm trying to make it so users are only allowed to link to imgur with JPG, PNG, GIF supported types.
Code:
('/^(http|https):\/\/(.*?)\.(imgur)\.(com)\/(.*?)\.(png|jpg|gif|PNG|JPG|GIF)$/i',$url)
I'm trying to make it so users are only allowed to link to imgur with JPG, PNG, GIF supported types.