Sashite.Snn.Constants (Sashite.Snn v2.0.0)
View SourceConstants for the SNN (Style Name Notation) specification.
Defines validation constraints for SNN tokens.
Examples
iex> Sashite.Snn.Constants.max_string_length()
32
Summary
Functions
Returns the maximum length of a valid SNN string.
Functions
@spec max_string_length() :: pos_integer()
Returns the maximum length of a valid SNN string.
Examples
iex> Sashite.Snn.Constants.max_string_length()
32