Ash.Resource.Validation.Builtins.match
You're seeing just the function
match
, go back to Ash.Resource.Validation.Builtins module for more information.
Validates that an attribute's value matches a given regex or string, using the provided error, message if not.
String.match?/2
is used to determine if it matches.