check if string is valid image example: pic.png, pic.jpg, pic.gif
bool isImage() => _image.hasMatch(this);