Answers for "validation to check if a value is url rails"

0

rails check if a URL is valid

require 'uri'

url =~ URI::regexp
# => 0 if it match, nil if not
Posted by: Guest on December-08-2020

Code answers related to "validation to check if a value is url rails"

Browse Popular Code Answers by Language