FACG6 / emotion-detector

Our Website
https://emotionandfacerecognizer.herokuapp.com/
0 stars 0 forks source link

Validation #29

Open IsraaSulaiman opened 5 years ago

IsraaSulaiman commented 5 years ago

You should validate if the input value is a valid image url

aminalakhsham commented 5 years ago

if u have any Suggestion can write it here i don't Imagine i can do the validation for URL @IsraaSulaiman

IsraaSulaiman commented 5 years ago

You can use regex to validate URLs. Read about regex here

Here is also a regex example for validating image URL: this