module

Patty::Profiles::Validator

Constants

ID_RE = /\A[a-z0-9][a-z0-9-]*\z/
PROGRAM_RE = /\A[A-Za-z0-9][A-Za-z0-9._@-]*\z/

Plain names only - never a shell command.

Class methods

validate(profile : Profile) : Array(String)
Source