Validating an avatar URL

The following example is a combination usage of the uri validator and regexp validator. It asks user to enter a valid URL which ends with .jpg, .jpeg, or .png.
Validating an avatar URL

See also