module Marten::Core::Validator::URL

Overview

URL validator.

Extended Modules

Defined in:

marten/core/validator/url.cr

Class Method Summary

Class Method Detail

def self.valid?(value : String) : Bool #

Returns true if the passed string corresponds to a valid URL.


[View source]