Magik.Validator.validate_format
You're seeing just the function
validate_format
, go back to Magik.Validator module for more information.
Specs
Checks whether an item_name conforms the given format.
Examples
iex> Exop.ValidationChecks.validate_regex(%{a: "bar"}, :a, ~r/bar/) :ok