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