module Marten::Core::Validator::URL
Overview
URL validator.
Extended Modules
Defined in:
marten/core/validator/url.crClass Method Summary
-
.valid?(value : String) : Bool
Returns
true
if the passed string corresponds to a valid URL.
Class Method Detail
def self.valid?(value : String) : Bool
#
Returns true
if the passed string corresponds to a valid URL.